XPathDocument.CreateNavigator Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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