pub trait IPickerReturnedActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
    // Required method
    fn PickerOperationId(&self) -> Result<HSTRING>;
}

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§