IFileOpenPickerContinuationEventArgs
IFileOpenPickerContinuationEventArgs
IFileOpenPickerContinuationEventArgs
IFileOpenPickerContinuationEventArgs
Interface
Definition
Provides information about an activated event that fires after the app was suspended for a file open picker operation.
public : interface IFileOpenPickerContinuationEventArgspublic interface IFileOpenPickerContinuationEventArgsPublic Interface IFileOpenPickerContinuationEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IContinuationActivatedEventArgsIContinuationActivatedEventArgsIContinuationActivatedEventArgsIContinuationActivatedEventArgsIFileOpenPickerContinuationEventArgsIFileOpenPickerContinuationEventArgsIFileOpenPickerContinuationEventArgsIFileOpenPickerContinuationEventArgs
- 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
Files Files Files Files
Gets the list of files selected by the user during the file open picker operation.
public : IVectorView<StorageFile> Files { get; }public IReadOnlyList<StorageFile> Files { get; }Public ReadOnly Property Files As IReadOnlyList<StorageFile>// You can use this property in JavaScript.
- Value
- IVectorView<StorageFile> IReadOnlyList<StorageFile> IReadOnlyList<StorageFile> IReadOnlyList<StorageFile>
The list of files selected by the user during the file open picker operation.