다음을 통해 공유


NodeKindContentIterator.Create(XPathNavigator, XPathNodeType) 메서드

정의

NodeKindContentIterator을 초기화합니다.

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

public:
 void Create(System::Xml::XPath::XPathNavigator ^ context, System::Xml::XPath::XPathNodeType nodeType);
public void Create (System.Xml.XPath.XPathNavigator context, System.Xml.XPath.XPathNodeType nodeType);
member this.Create : System.Xml.XPath.XPathNavigator * System.Xml.XPath.XPathNodeType -> unit
Public Sub Create (context As XPathNavigator, nodeType As XPathNodeType)

매개 변수

context
XPathNavigator

XPathNavigator 개체입니다.

nodeType
XPathNodeType

XPathNodeType 개체입니다.

적용 대상