pub trait IApplicationViewActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
// Required method
fn CurrentlyShownApplicationViewId(&self) -> Result<i32>;
}
Required Methods§
fn CurrentlyShownApplicationViewId(&self) -> Result<i32>
Object Safety§
This trait is not object safe.