pub trait IFileActivatedEventArgsWithNeighboringFiles_Impl: Sized + IActivatedEventArgs_Impl + IFileActivatedEventArgs_Impl {
    // Required method
    fn NeighboringFilesQuery(&self) -> Result<StorageFileQueryResult>;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementors§