XPathDocument.CreateNavigator Método

Definição

Inicializa um objeto XPathNavigator somente leitura para navegar pelos nós deste 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

Retornos

Um objeto somente leitura de XPathNavigator .

Implementações

Comentários

O XPathNavigator é posicionado no elemento raiz do XPathDocument. Se não houver nenhum elemento raiz, o XPathNavigator será posicionado no primeiro elemento no XPathDocument.

Aplica-se a