次の方法で共有


FileOpenPickerUI.SelectionMode プロパティ

定義

ファイル ピッカーが現在選択を 1 つのファイルに制限しているか、複数のファイルを選択できるかを示す列挙値を取得します。

public:
 property FileSelectionMode SelectionMode { FileSelectionMode get(); };
FileSelectionMode SelectionMode();
public FileSelectionMode SelectionMode { get; }
var fileSelectionMode = fileOpenPickerUI.selectionMode;
Public ReadOnly Property SelectionMode As FileSelectionMode

プロパティ値

現在の選択モードを示す列挙値。

注釈

この情報を使用すると、現在の FileSelectionMode に従ってアプリのファイル ピッカー ビューを変更できます。

適用対象

こちらもご覧ください