XmlSchemaSet.CompilationSettings Propriété

Définition

Obtient ou définit XmlSchemaCompilationSettings pour 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

Valeur de propriété

XmlSchemaCompilationSettings

XmlSchemaCompilationSettings pour XmlSchemaSet. La valeur par défaut est une instance de XmlSchemaCompilationSettings avec la propriété EnableUpaCheck égale à true.

Remarques

La XmlSchemaCompilationSettings classe spécifie les options de validation UPA (Unique Particle Attribution) pour le XmlSchemaSet. Pour plus d’informations sur l’activation des vérifications de validation UPA, consultez la EnableUpaCheck propriété.

S’applique à