FileActivatedEventArgs.Files 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 files for which the app was activated.
public:
property IVectorView<IStorageItem ^> ^ Files { IVectorView<IStorageItem ^> ^ get(); };
IVectorView<IStorageItem> Files();
public IReadOnlyList<IStorageItem> Files { get; }
var iVectorView = fileActivatedEventArgs.files;
Public ReadOnly Property Files As IReadOnlyList(Of IStorageItem)
Property Value
The StorageFile objects representing the files being passed to the app.