XmlSchemaSet.CompilationSettings Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
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.