Windows.Storage.Pickers.Provider
Windows.Storage.Pickers.Provider
Windows.Storage.Pickers.Provider
Windows.Storage.Pickers.Provider
Namespace
Provides support for apps that offer files through the file picker by participating in the File Open Picker contract, and for apps that act as a save location for files through file picker by participating in the File Save Picker contract or the Cached File Updater contract.
Classes
| FileOpenPickerUI FileOpenPickerUI FileOpenPickerUI FileOpenPickerUI |
Used to interact with the file picker if your app provides files with the File Open Picker contract. |
| FileRemovedEventArgs FileRemovedEventArgs FileRemovedEventArgs FileRemovedEventArgs |
Provides information about a fileremoved event. |
| FileSavePickerUI FileSavePickerUI FileSavePickerUI FileSavePickerUI |
Used to interact with the file picker when your app provides a save location with the File Save Picker contract. |
| PickerClosingDeferral PickerClosingDeferral PickerClosingDeferral PickerClosingDeferral |
Use by an app that provides files to indicate asynchronously that the app is finished responding to a closing event. |
| PickerClosingEventArgs PickerClosingEventArgs PickerClosingEventArgs PickerClosingEventArgs |
Provides information about a closing event. |
| PickerClosingOperation PickerClosingOperation PickerClosingOperation PickerClosingOperation |
Lets an app that provides files get the deadline for responding to a closing event and get a deferral so the app can respond to the event asynchronously. |
| TargetFileRequest TargetFileRequest TargetFileRequest TargetFileRequest |
Lets an app that provides a save location specify the storageFile that represents the file to save and get a deferral so the app can respond asynchronously to a targetFileRequested event. |
| TargetFileRequestDeferral TargetFileRequestDeferral TargetFileRequestDeferral TargetFileRequestDeferral |
Used by an app that provides a save location to indicate asynchronously that the app is finished responding to a targetfilerequested event. |
| TargetFileRequestedEventArgs TargetFileRequestedEventArgs TargetFileRequestedEventArgs TargetFileRequestedEventArgs |
Provides information about a targetfilerequested event. |
Enums
| AddFileResult AddFileResult AddFileResult AddFileResult |
Indicates the result of a call to the fileOpenPickerUI.addFile method. |
| FileSelectionMode FileSelectionMode FileSelectionMode FileSelectionMode |
Indicates whether the file picker currently limits selection to single files, or if multiple files can be selected. |
| SetFileNameResult SetFileNameResult SetFileNameResult SetFileNameResult |
Indicates the result of a call to the fileSavePickerUI.trySetFileName method. |