XPathDocument.CreateNavigator Méthode

Définition

Initialise un objet XPathNavigator en lecture seule pour parcourir les nœuds de 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

Retours

Objet XPathNavigator en lecture seule.

Implémente

Remarques

XPathNavigator est positionné sur l’élément racine de .XPathDocument S’il n’existe aucun élément racine, le XPathNavigator est positionné sur le premier élément de .XPathDocument

S’applique à