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

プロパティ値

XPath 式の文字列属性値。

注釈

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

適用対象