pub trait IFolderPickerContinuationEventArgs_Impl: Sized + IActivatedEventArgs_Impl + IContinuationActivatedEventArgs_Impl {
// Required method
fn Folder(&self) -> Result<StorageFolder>;
}
Required Methods§
fn Folder(&self) -> Result<StorageFolder>
Object Safety§
This trait is not object safe.