XmlSchemaIdentityConstraint.Fields プロパティ

定義

XML Path Language (XPath) 式セレクターの子として適用されるフィールドのコレクションを取得します。

public:
 property System::Xml::Schema::XmlSchemaObjectCollection ^ Fields { System::Xml::Schema::XmlSchemaObjectCollection ^ get(); };
public System.Xml.Schema.XmlSchemaObjectCollection Fields { get; }
member this.Fields : System.Xml.Schema.XmlSchemaObjectCollection
Public ReadOnly Property Fields As XmlSchemaObjectCollection

プロパティ値

XmlSchemaObjectCollection

フィールドのコレクション。

注釈

子として適用されるフィールドのコレクション。 コレクション内の各フィールドは、ID 制約が適用されるコンテキスト要素の下に設定されたノードを指定します。

適用対象