pub trait IDeviceActivatedEventArgs_Impl: Sized + IActivatedEventArgs_Impl {
    // Required methods
    fn DeviceInformationId(&self) -> Result<HSTRING>;
    fn Verb(&self) -> Result<HSTRING>;
}

Required Methods§

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

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

Object Safety§

This trait is not object safe.

Implementors§