IFolderPickerContinuationEventArgs
IFolderPickerContinuationEventArgs
IFolderPickerContinuationEventArgs
IFolderPickerContinuationEventArgs
Interface
Definition
Provides information about an activated event that fires after the app was suspended for a folder picker operation.
public : interface IFolderPickerContinuationEventArgspublic interface IFolderPickerContinuationEventArgsPublic Interface IFolderPickerContinuationEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IContinuationActivatedEventArgsIContinuationActivatedEventArgsIContinuationActivatedEventArgsIContinuationActivatedEventArgsIFolderPickerContinuationEventArgsIFolderPickerContinuationEventArgsIFolderPickerContinuationEventArgsIFolderPickerContinuationEventArgs
- 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
Folder Folder Folder Folder
Gets the folder selected by the user during the folder picker operation.
public : StorageFolder Folder { get; }public StorageFolder Folder { get; }Public ReadOnly Property Folder As StorageFolder// You can use this property in JavaScript.
The folder selected by the user during the folder picker operation.