次の方法で共有


XmlSchemaIdentityConstraint.Fields プロパティ

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

Public ReadOnly Property Fields As XmlSchemaObjectCollection
[C#]
public XmlSchemaObjectCollection Fields {get;}
[C++]
public: __property XmlSchemaObjectCollection* get_Fields();
[JScript]
public function get Fields() : XmlSchemaObjectCollection;

プロパティ値

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

解説

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

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

XmlSchemaIdentityConstraint クラス | XmlSchemaIdentityConstraint メンバ | System.Xml.Schema 名前空間