C# Class InTheHand.Storage.Pickers.FolderPicker

Represents a UI element that lets the user choose folders.
PlatformVersion supported Windows UWPWindows 10 Windows StoreWindows 8.1 or later Windows (Desktop Apps)Windows Vista or later
Datei anzeigen Open project: inthehand/Charming

Public Methods

Method Description
FolderPicker ( ) : System.Threading.Tasks
PickSingleFolderAsync ( ) : Task

Shows the folderPicker object so that the user can pick a folder.

Private Methods

Method Description
PickSingleFolderAsyncImpl ( ) : Task

Method Details

FolderPicker() public method

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

PickSingleFolderAsync() public method

Shows the folderPicker object so that the user can pick a folder.
public PickSingleFolderAsync ( ) : Task
return Task