windows::ApplicationModel::Activation

Trait IFileOpenPickerActivatedEventArgs_Impl

pub trait IFileOpenPickerActivatedEventArgs_Impl: IActivatedEventArgs_Impl {
    // Required method
    fn FileOpenPickerUI(&self) -> Result<FileOpenPickerUI>;
}

Required Methods§

fn FileOpenPickerUI(&self) -> Result<FileOpenPickerUI>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§