AppendOption Enum
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.
Caution
This is not used and will be removed in a future version.
Options to define how an element should be appeneded.
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
- Inheritance
-
AppendOption
- Attributes
Fields
List | 0 | Append the item in list order without regard to schema. |
Ordered | 1 | Append the item in accordance with what the schema defines. |