AppendOption 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
This is not used and will be removed in a future version.
用于定义应如何应用元素的选项。
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
- 继承
-
AppendOption
- 属性
字段
List | 0 | 按列表顺序追加项,而不考虑架构。 |
Ordered | 1 | 根据架构定义的内容追加项。 |