XmlQueryOutput.EndCopy(XPathNavigator) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
結束巡覽器目前節點的淺層複本 (Shallow Copy)。 這個方法只能針對項目與文件節點呼叫。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
void EndCopy(System::Xml::XPath::XPathNavigator ^ navigator);
public void EndCopy (System.Xml.XPath.XPathNavigator navigator);
member this.EndCopy : System.Xml.XPath.XPathNavigator -> unit
Public Sub EndCopy (navigator As XPathNavigator)
參數
- navigator
- XPathNavigator