AppendOption É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.
Attention
This is not used and will be removed in a future version.
Options permettant de définir la façon dont un élément doit être appened.
public enum AppendOption
[System.Obsolete("This is not used and will be removed in a future version.")]
public enum AppendOption
type AppendOption =
[<System.Obsolete("This is not used and will be removed in a future version.")>]
type AppendOption =
Public Enum AppendOption
- Héritage
-
AppendOption
- Attributs
Champs
List | 0 | Ajoutez l’élément dans l’ordre de liste, sans tenir compte du schéma. |
Ordered | 1 | Ajoutez l’élément conformément à ce que le schéma définit. |