XmlSchemaSet.CompilationSettings Propriedade

Definição

Obtém ou define para XmlSchemaCompilationSettings o XmlSchemaSet.

public:
 property System::Xml::Schema::XmlSchemaCompilationSettings ^ CompilationSettings { System::Xml::Schema::XmlSchemaCompilationSettings ^ get(); void set(System::Xml::Schema::XmlSchemaCompilationSettings ^ value); };
public System.Xml.Schema.XmlSchemaCompilationSettings CompilationSettings { get; set; }
member this.CompilationSettings : System.Xml.Schema.XmlSchemaCompilationSettings with get, set
Public Property CompilationSettings As XmlSchemaCompilationSettings

Valor de Propriedade

O XmlSchemaCompilationSettings para o XmlSchemaSet. O padrão é uma XmlSchemaCompilationSettings instância com a EnableUpaCheck propriedade definida como true.

Observações

A XmlSchemaCompilationSettings classe especifica opções de validação de Atribuição Única de Partículas (UPA) para o XmlSchemaSet. Para mais informações sobre como ativar verificações de validação UPA, consulte a EnableUpaCheck propriedade.

Aplica-se a