FileSelectionMode enumeration

This topic has not yet been rated - Rate this topic

Indicates whether the file picker currently limits selection to single files, or if multiple files can be selected.

Syntax


var value = Windows.Storage.Pickers.Provider.FileSelectionMode.single;

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The FileSelectionMode enumeration has these members.

MemberValueDescription
Single | single0

Only a single file can be selected.

Multiple | multiple1

Multiple files can be selected.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Storage.Pickers.Provider
Windows::Storage::Pickers::Provider [C++]

Metadata

Windows.winmd

See also

FileOpenPickerUI.SelectionMode property

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.