XmlSchemaSet.CompilationSettings Propriedade

Definição

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 da propriedade

XmlSchemaCompilationSettings

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

Comentários

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

Aplica-se a