NodeKindContentIterator.Create(XPathNavigator, XPathNodeType) Método

Definición

Inicializa el NodeKindContentIterator.

Esta API admite la infraestructura de producto y no está pensada para usarse directamente en el código.

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)

Parámetros

context
XPathNavigator

Objeto XPathNavigator.

nodeType
XPathNodeType

Objeto XPathNodeType.

Se aplica a