pub trait ISearchActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
// Required methods
fn QueryText(&self) -> Result<HSTRING>;
fn Language(&self) -> Result<HSTRING>;
}
Required Methods§
Object Safety§
This trait is not object safe.