次の方法で共有


XmlSchemaXPath.XPath プロパティ

XPath 式の属性を取得または設定します。

Public Property XPath As String
[C#]
public string XPath {get; set;}
[C++]
public: __property String* get_XPath();public: __property void set_XPath(String*);
[JScript]
public function get XPath() : String;public function set XPath(String);

プロパティ値

XPath 式の文字列の属性値。

解説

ID 制約のセレクタで選択される各要素に対する XPath 式。この式は、内容または値が制約に使用される単一の要素または属性を識別する必要があります。式で要素を識別する場合、その要素は単純型である必要があります。

必要条件

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

参照

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