FolderPicker クラス (Windows.Storage.Pickers 名前空間)
public sealed class FolderPicker
継承:Object → FolderPicker
[toc]目次
プロパティ
FileTypeFilter
public IList<string> FileTypeFilter { get; }
SuggestedStartLocation
public PickerLocationId SuggestedStartLocation { get; set; }
ViewMode
public PickerViewMode ViewMode { get; set; }
メソッド
PickSingleFolderAsync
public IAsyncOperation<StorageFolder> PickSingleFolderAsync();