Partager via


CustomXMLNode.SelectSingleNode(String) Méthode

Définition

Sélectionne un seul nœud d'une collection correspondant à une expression XPath. Cette méthode diffère de la SelectSingleNode(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::CustomXMLNode ^ SelectSingleNode(System::String ^ XPath);
public Microsoft.Office.Core.CustomXMLNode SelectSingleNode (string XPath);
abstract member SelectSingleNode : string -> Microsoft.Office.Core.CustomXMLNode
Public Function SelectSingleNode (XPath As String) As CustomXMLNode

Paramètres

XPath
String

Contient une expression XPath.

Retours

CustomXMLNode

S’applique à