pub trait ISearchActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
    // Required methods
    fn QueryText(&self) -> Result<HSTRING>;
    fn Language(&self) -> Result<HSTRING>;
}

Required Methods§

fn QueryText(&self) -> Result<HSTRING>

fn Language(&self) -> Result<HSTRING>

Object Safety§

This trait is not object safe.

Implementors§