UserConfigurationDictionaryObjectType É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.
Identifie les types de clé et de valeur du dictionnaire de configuration utilisateur.
public enum class UserConfigurationDictionaryObjectType
public enum UserConfigurationDictionaryObjectType
Public Enum UserConfigurationDictionaryObjectType
- Héritage
-
UserConfigurationDictionaryObjectType
Champs
Nom | Valeur | Description |
---|---|---|
DateTime | 0 | Type DateTime. |
Boolean | 1 | Type booléen. |
Byte | 2 | Type d’octet. |
String | 3 | Type de chaîne. |
Integer32 | 4 | Type entier 32 bits. |
UnsignedInteger32 | 5 | Type entier non signé 32 bits. |
Integer64 | 6 | Type entier 64 bits. |
UnsignedInteger64 | 7 | Type entier non signé 64 bits. |
StringArray | 8 | Type de tableau de chaînes. |
ByteArray | 9 | Type de tableau d’octets. |