XmlSchemaSet.CompilationSettings Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define o XmlSchemaCompilationSettings do 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 da propriedade
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.