次の方法で共有


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

スキーマの定義に従って項目を追加します。

適用対象