Sdílet prostřednictvím


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

XmlSchemaCompilationSettingsPro 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ého rozdělení částic (UPA) pro XmlSchemaSet. Další informace o povolení ověřovacích kontrol UPA najdete v EnableUpaCheck této vlastnosti.

Platí pro