XmlQueryOutput.StartCopy(XPathNavigator) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
開始要輸出之巡覽器目前節點的淺層複本。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
bool StartCopy(System::Xml::XPath::XPathNavigator ^ navigator);
public bool StartCopy (System.Xml.XPath.XPathNavigator navigator);
member this.StartCopy : System.Xml.XPath.XPathNavigator -> bool
Public Function StartCopy (navigator As XPathNavigator) As Boolean
參數
- navigator
- XPathNavigator
傳回
如果應該呼叫 true
來完成複製作業,則為 EndCopy
,否則為 false
。