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