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

Required Methods§

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

Object Safety§

This trait is not object safe.

Implementors§