FileOpenPickerUI.SelectionMode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an enumeration value that indicates whether the file picker currently limits selection to single files, or if multiple files can be selected.
public:
property FileSelectionMode SelectionMode { FileSelectionMode get(); };
FileSelectionMode SelectionMode();
public FileSelectionMode SelectionMode { get; }
var fileSelectionMode = fileOpenPickerUI.selectionMode;
Public ReadOnly Property SelectionMode As FileSelectionMode
Property Value
The enumeration value that indicates the current selection mode.
Remarks
You can use this information to alter your app's file picker view according to the current FileSelectionMode.