IFileActivatedEventArgsWithNeighboringFiles.NeighboringFilesQuery Property

Definition

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.

Applies to