XmlDataProvider.XPath 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定用來產生資料集合的 XPath
查詢。
public:
property System::String ^ XPath { System::String ^ get(); void set(System::String ^ value); };
public string XPath { get; set; }
member this.XPath : string with get, set
Public Property XPath As String
屬性值
用來產生資料集合的 XPath
查詢。 預設為空字串。
備註
方法 XmlNode.SelectNodes 會 XPath
處理 屬性中的 XPath 運算式。
XPath
不支援函式。 如需 XPath
運算式資訊,請參閱 SelectNodes 一節中提供的檔和一些範例。
設定下列屬性將隱含地造成此 XmlDataProvider 物件重新整理: Source 、 Document 、 XmlNamespaceManager 和 XPath 。 變更多個重新整理原因的屬性時,建議使用 DeferRefresh 。