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
파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
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