NodeKindContentIterator.Create(XPathNavigator, XPathNodeType) Método

Definição

Inicializa o NodeKindContentIterator.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente 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

Objeto XPathNavigator.

nodeType
XPathNodeType

Objeto XPathNodeType.

Aplica-se a