C# Class InTheHand.Storage.Pickers.FileSavePicker

Represents a file picker that lets the user choose the file name, extension, and storage location for a file.
PlatformVersion supported Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows (Desktop Apps)Windows Vista or later
Mostrar archivo Open project: inthehand/Charming

Public Methods

Method Description
FileSavePicker ( ) : System.Threading.Tasks
PickSaveFileAsync ( ) : Task

Shows the file picker so that the user can save a file and set the file name, extension, and location of the file to be saved.

Private Methods

Method Description
GetFileTypeChoices ( ) : IList>.IDictionary
PickSaveFileAsyncImpl ( ) : Task

Method Details

FileSavePicker() public method

public FileSavePicker ( ) : System.Threading.Tasks
return System.Threading.Tasks

PickSaveFileAsync() public method

Shows the file picker so that the user can save a file and set the file name, extension, and location of the file to be saved.
public PickSaveFileAsync ( ) : Task
return Task