FolderPicker クラス

FolderPicker クラス (Windows.Storage.Pickers 名前空間)

[APIドキュメント]

public sealed class FolderPicker

継承:Object → FolderPicker

プロパティ

FileTypeFilter

@ [APIドキュメント]

public IList<string> FileTypeFilter { get; }

SuggestedStartLocation

@ [APIドキュメント]

public PickerLocationId SuggestedStartLocation { get; set; }

ViewMode

@ [APIドキュメント]

public PickerViewMode ViewMode { get; set; }

メソッド

PickSingleFolderAsync

@ [APIドキュメント]

public IAsyncOperation<StorageFolder> PickSingleFolderAsync();