FileOpenPickerUI.SelectionMode プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ファイル ピッカーが現在選択を 1 つのファイルに制限しているか、複数のファイルを選択できるかを示す列挙値を取得します。
public:
property FileSelectionMode SelectionMode { FileSelectionMode get(); };
FileSelectionMode SelectionMode();
public FileSelectionMode SelectionMode { get; }
var fileSelectionMode = fileOpenPickerUI.selectionMode;
Public ReadOnly Property SelectionMode As FileSelectionMode
プロパティ値
現在の選択モードを示す列挙値。
注釈
この情報を使用すると、現在の FileSelectionMode に従ってアプリのファイル ピッカー ビューを変更できます。