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

공개 메소드들

메소드 설명
FolderPicker ( ) : System.Threading.Tasks
PickSingleFolderAsync ( ) : Task

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

비공개 메소드들

메소드 설명
PickSingleFolderAsyncImpl ( ) : Task

메소드 상세

FolderPicker() 공개 메소드

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

PickSingleFolderAsync() 공개 메소드

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