XDocumentExtensions.ToXPathNavigable(XNode) 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.
Retourne un accesseur qui vous permet de parcourir et de modifier le XNode spécifié.
public:
[System::Runtime::CompilerServices::Extension]
static System::Xml::XPath::IXPathNavigable ^ ToXPathNavigable(System::Xml::Linq::XNode ^ node);
public static System.Xml.XPath.IXPathNavigable ToXPathNavigable (this System.Xml.Linq.XNode node);
static member ToXPathNavigable : System.Xml.Linq.XNode -> System.Xml.XPath.IXPathNavigable
<Extension()>
Public Function ToXPathNavigable (node As XNode) As IXPathNavigable
Paramètres
- node
- XNode
Nœud XML à parcourir.
Retours
Interface qui fournit un accesseur à la classe XPathNavigator.