Compartir a través de


AppendOption Enumeración

Definición

Precaución

This is not used and will be removed in a future version.

Opciones para definir cómo se debe appened un elemento.

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
Herencia
AppendOption
Atributos

Campos

List 0

Anexe el elemento en orden de lista sin tener en cuenta el esquema.

Ordered 1

Anexe el elemento de acuerdo con lo que define el esquema.

Se aplica a