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

Used to interact with the file picker if your app provides files with the File Open Picker contract.

FileRemovedEventArgs

Provides information about a FileRemoved event.

FileSavePickerUI

Used to interact with the file picker when your app provides a save location with the File Save Picker contract.

PickerClosingDeferral

Use by an app that provides files to indicate asynchronously that the app is finished responding to a Closing event.

PickerClosingEventArgs

Provides information about a Closing event.

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

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

Used by an app that provides a save location to indicate asynchronously that the app is finished responding to a TargetFileRequested event.

TargetFileRequestedEventArgs

Provides information about a TargetFileRequested event.

Enums

AddFileResult

Indicates the result of a call to the FileOpenPickerUI.AddFile method.

FileSelectionMode

Indicates whether the file picker currently limits selection to single files, or if multiple files can be selected.

SetFileNameResult

Indicates the result of a call to the FileSavePickerUI.TrySetFileName method.

See also