C# 클래스 InTheHand.Storage.Pickers.FileOpenPicker

파일 보기 프로젝트 열기: inthehand/Charming

공개 메소드들

메소드 설명
FileOpenPicker ( ) : System.Threading.Tasks
PickSingleFileAsync ( ) : Task

Shows the file picker so that the user can pick one file.

비공개 메소드들

메소드 설명
GetFileTypeFilter ( ) : IList
PickSingleFileAsyncImpl ( ) : Task

메소드 상세

FileOpenPicker() 공개 메소드

public FileOpenPicker ( ) : System.Threading.Tasks
리턴 System.Threading.Tasks

PickSingleFileAsync() 공개 메소드

Shows the file picker so that the user can pick one file.
public PickSingleFileAsync ( ) : Task
리턴 Task