XmlSchemaSet.CompilationSettings Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene o establece el objeto XmlSchemaCompilationSettings para 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 propiedad
XmlSchemaCompilationSettings para XmlSchemaSet. El valor predeterminado es una instancia de XmlSchemaCompilationSettings con la propiedad EnableUpaCheck establecida en true
.
Comentarios
La XmlSchemaCompilationSettings clase especifica las opciones de validación de Atribución de partículas únicas (UPA) para .XmlSchemaSet Para obtener más información sobre cómo habilitar las comprobaciones de validación de UPA, vea la EnableUpaCheck propiedad .