共用方式為


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 運算式的字串屬性值。

備註

XPath 運算式,與識別條件約束選取器所選取的每個專案相對。 這個運算式必須識別其內容或值用於條件約束的單一項目或屬性。 如果運算式識別專案,該元素必須是簡單類型。

適用於