pub trait IFileActivatedEventArgsWithNeighboringFiles_Impl: Sized + IActivatedEventArgs_Impl + IFileActivatedEventArgs_Impl {
// Required method
fn NeighboringFilesQuery(&self) -> Result<StorageFileQueryResult>;
}
Required Methods§
fn NeighboringFilesQuery(&self) -> Result<StorageFileQueryResult>
Object Safety§
This trait is not object safe.