XPathDocument.CreateNavigator Método

Definição

Inicializa um objeto de somente XPathNavigator leitura para navegar entre nós neste XPathDocument.

public:
 virtual System::Xml::XPath::XPathNavigator ^ CreateNavigator();
public System.Xml.XPath.XPathNavigator CreateNavigator();
abstract member CreateNavigator : unit -> System.Xml.XPath.XPathNavigator
override this.CreateNavigator : unit -> System.Xml.XPath.XPathNavigator
Public Function CreateNavigator () As XPathNavigator

Devoluções

Um objeto só XPathNavigator de leitura.

Implementações

Observações

O XPathNavigator está posicionado no elemento raiz do XPathDocument. Se não existir elemento raiz, o XPathNavigator está posicionado no primeiro elemento do XPathDocument.

Aplica-se a