CustomXMLNode.SelectNodes(String) 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.
Sélectionne une collection de nœuds correspondant à une expression XPath. Cette méthode diffère de la SelectNodes(String) méthode en ce que l’expression XPath est évaluée à partir du nœud « expression » comme nœud de contexte.
public:
Microsoft::Office::Core::CustomXMLNodes ^ SelectNodes(System::String ^ XPath);
public Microsoft.Office.Core.CustomXMLNodes SelectNodes (string XPath);
abstract member SelectNodes : string -> Microsoft.Office.Core.CustomXMLNodes
Public Function SelectNodes (XPath As String) As CustomXMLNodes
Paramètres
- XPath
- String
Contient une expression XPath.