IFileActivatedEventArgsWithNeighboringFiles
IFileActivatedEventArgsWithNeighboringFiles
IFileActivatedEventArgsWithNeighboringFiles
IFileActivatedEventArgsWithNeighboringFiles
Interface
Definition
Provides data when an app is activated because it is the program associated with the neighboring files.
public : interface IFileActivatedEventArgsWithNeighboringFilespublic interface IFileActivatedEventArgsWithNeighboringFilesPublic Interface IFileActivatedEventArgsWithNeighboringFiles// You can use this interface in JavaScript.
- Inheritance
-
IFileActivatedEventArgsWithNeighboringFilesIFileActivatedEventArgsWithNeighboringFilesIFileActivatedEventArgsWithNeighboringFilesIFileActivatedEventArgsWithNeighboringFiles
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
NeighboringFilesQuery NeighboringFilesQuery NeighboringFilesQuery NeighboringFilesQuery
Gets the neighboring files of the files for which the app was activated.
public : StorageFileQueryResult NeighboringFilesQuery { get; }public StorageFileQueryResult NeighboringFilesQuery { get; }Public ReadOnly Property NeighboringFilesQuery As StorageFileQueryResult// You can use this property in JavaScript.
The StorageFile objects that represent the neighboring files of the files being passed to the app.