次の方法で共有


XmlSchemaIdentityConstraint.Selector プロパティ

XML Path Language (XPath) 式 selector 要素を取得または設定します。

Public Property Selector As XmlSchemaXPath
[C#]
public XmlSchemaXPath Selector {get; set;}
[C++]
public: __property XmlSchemaXPath* get_Selector();public: __property void set_Selector(XmlSchemaXPath*);
[JScript]
public function get Selector() : XmlSchemaXPath;public function set Selector(XmlSchemaXPath);

プロパティ値

XML Path Language (XPath) 式 selector 要素。

解説

宣言される要素に関係する XPath 式。この式は、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 名前空間