XmlSchemaSet.CompilationSettings プロパティ

定義

XmlSchemaCompilationSettingsXmlSchemaSet を取得または設定します。

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

プロパティ値

XmlSchemaCompilationSettings

XmlSchemaCompilationSettingsXmlSchemaSet。 既定では、XmlSchemaCompilationSettings プロパティが true に設定された EnableUpaCheck のインスタンス。

注釈

このクラスでは XmlSchemaCompilationSettings 、次のオブジェクトの一意のパーティクル属性 (UPA) 検証オプションを指定します XmlSchemaSet。 UPA 検証チェックを有効にする方法の詳細については、プロパティを EnableUpaCheck 参照してください。

適用対象