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 | スキーマの定義に従って項目を追加します。 |