XmlSchemaSet.CompilationSettings Proprietà

Definizione

Ottiene o imposta l'oggetto XmlSchemaCompilationSettings per 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

Valore della proprietà

XmlSchemaCompilationSettings

Oggetto XmlSchemaCompilationSettings per l'oggetto XmlSchemaSet. Il valore predefinito è un'istanza di XmlSchemaCompilationSettings con la proprietà EnableUpaCheck impostata su true.

Commenti

La XmlSchemaCompilationSettings classe specifica le opzioni di convalida unique particle attribuzione (UPA) per .XmlSchemaSet Per altre informazioni sull'abilitazione dei controlli di convalida UPA, vedere la EnableUpaCheck proprietà .

Si applica a