Partager via


_CustomXMLPart.SelectSingleNode(String) Méthode

Définition

Cette méthode sélectionne un seul nœud dans une partie XML personnalisée correspondant à une expression XPath.

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

CustomXMLNodes

S’applique à