C# Класс 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
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
GetFileTypeChoices ( ) : IList>.IDictionary
PickSaveFileAsyncImpl ( ) : Task

Описание методов

FileSavePicker() публичный Метод

public FileSavePicker ( ) : System.Threading.Tasks
Результат System.Threading.Tasks

PickSaveFileAsync() публичный Метод

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
Результат Task