XmlSchemaSet.CompilationSettings プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
XmlSchemaCompilationSettings の 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
プロパティ値
XmlSchemaCompilationSettings の XmlSchemaSet。 既定では、XmlSchemaCompilationSettings プロパティが true
に設定された EnableUpaCheck のインスタンス。
注釈
このクラスでは XmlSchemaCompilationSettings 、次のオブジェクトの一意のパーティクル属性 (UPA) 検証オプションを指定します XmlSchemaSet。 UPA 検証チェックを有効にする方法の詳細については、プロパティを EnableUpaCheck 参照してください。