XmlSchemaSet.CompilationSettings Vlastnost

Definice

Získá nebo nastaví XmlSchemaCompilationSettings pro 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

Hodnota vlastnosti

XmlSchemaCompilationSettings

To XmlSchemaCompilationSettings je pro XmlSchemaSet. Výchozí hodnota je XmlSchemaCompilationSettings instance s vlastností nastavenou EnableUpaCheck na true.

Poznámky

Třída XmlSchemaCompilationSettings určuje možnosti ověření jedinečné částice (UPA) pro XmlSchemaSet. Další informace o povolení kontrol ověřování UPA najdete v EnableUpaCheck této vlastnosti.

Platí pro