다음을 통해 공유


XmlQueryOutput.StartCopy(XPathNavigator) 메서드

정의

출력에 탐색기의 현재 노드 단순 복사를 시작합니다.

이 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

XPathNavigator 개체입니다.

반환

Boolean

복사 작업을 완료하기 위해 true를 호출해야 하면 EndCopy이고, 그렇지 않으면 false입니다.

적용 대상