FileActivatedEventArgs.Files Property

Definition

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.

Implements

Applies to

See also