NodeKindContentIterator.Create(XPathNavigator, XPathNodeType) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.