다음을 통해 공유


XmlQueryItemSequence.AddClone(XPathItem) 메서드

정의

시퀀스에 항목을 추가합니다. 항목이 탐색기인 경우 이 메서드는 시퀀스에 항목을 추가하기 전에 항목을 복제합니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

public:
 void AddClone(System::Xml::XPath::XPathItem ^ item);
public void AddClone (System.Xml.XPath.XPathItem item);
member this.AddClone : System.Xml.XPath.XPathItem -> unit
Public Sub AddClone (item As XPathItem)

매개 변수

item
XPathItem

XPathItem 클래스의 인스턴스입니다.

적용 대상