Share via


XmlSchemaXPath.XPath プロパティ

定義

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

public:
 property System::String ^ XPath { System::String ^ get(); void set(System::String ^ value); };
public string? XPath { get; set; }
public string XPath { get; set; }
member this.XPath : string with get, set
Public Property XPath As String

プロパティ値

String

XPath 式の文字列の属性値。

注釈

ID 制約のセレクターによって選択される各要素を基準とした XPath 式。 xpath 式は、コンテンツまたは値が制約として使用されている単一の要素または属性を識別できる式である必要があります。 式が要素を識別する場合、その要素は単純型である必要があります。

適用対象