XmlSchemaSet.CompilationSettings Propiedad

Definición

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

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 .

Se aplica a