FileSelectionMode Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Indique si le sélecteur de fichiers limite actuellement la sélection aux fichiers uniques ou si plusieurs fichiers peuvent être sélectionnés.
public enum class FileSelectionMode
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class FileSelectionMode
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum FileSelectionMode
var value = Windows.Storage.Pickers.Provider.FileSelectionMode.single
Public Enum FileSelectionMode
- Héritage
-
FileSelectionMode
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Champs
Multiple | 1 | Plusieurs fichiers peuvent être sélectionnés. |
Single | 0 | Un seul fichier peut être sélectionné. |