IFileActivatedEventArgsWithNeighboringFiles.NeighboringFilesQuery Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the neighboring files of the files for which the app was activated.
public:
property StorageFileQueryResult ^ NeighboringFilesQuery { StorageFileQueryResult ^ get(); };
StorageFileQueryResult NeighboringFilesQuery();
public StorageFileQueryResult NeighboringFilesQuery { get; }
var storageFileQueryResult = iFileActivatedEventArgsWithNeighboringFiles.neighboringFilesQuery;
Public ReadOnly Property NeighboringFilesQuery As StorageFileQueryResult
Property Value
The StorageFile objects that represent the neighboring files of the files being passed to the app.