Share via


AppendOption 枚举

定义

注意

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

根据架构定义的内容追加项。

适用于