Compartilhar via


AppendOption Enum

Definição

Cuidado

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

Opções para definir a forma como um elemento deve ser avaliado.

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
Herança
AppendOption
Atributos

Campos

Nome Valor Description
List 0

Acrescente o item por ordem de lista sem considerar o esquema.

Ordered 1

Acrescente o item de acordo com o que o esquema define.

Aplica-se a