C# Class InTheHand.Storage.Pickers.FileOpenPicker

Afficher le fichier Open project: inthehand/Charming

Méthodes publiques

Méthode Description
FileOpenPicker ( ) : System.Threading.Tasks
PickSingleFileAsync ( ) : Task

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

Private Methods

Méthode Description
GetFileTypeFilter ( ) : IList
PickSingleFileAsyncImpl ( ) : Task

Method Details

FileOpenPicker() public méthode

public FileOpenPicker ( ) : System.Threading.Tasks
Résultat System.Threading.Tasks

PickSingleFileAsync() public méthode

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