C# Class InTheHand.Storage.Pickers.FileOpenPicker

显示文件 Open project: inthehand/Charming

Public Methods

Method Description
FileOpenPicker ( ) : System.Threading.Tasks
PickSingleFileAsync ( ) : Task

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

Private Methods

Method Description
GetFileTypeFilter ( ) : IList
PickSingleFileAsyncImpl ( ) : Task

Method Details

FileOpenPicker() public method

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

PickSingleFileAsync() public method

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