NodeKindContentIterator.Create(XPathNavigator, XPathNodeType) Método

Definição

Inicializa o NodeKindContentIterator.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir do seu 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

XPathNavigator objeto.

nodeType
XPathNodeType

XPathNodeType objeto.

Aplica-se a