Partager via


IXmlNodeSelector.SelectSingleNode(String) Méthode

Définition

Applique l’opération de correspondance spécifiée au contexte de ce nœud et retourne le premier nœud correspondant.

public:
 IXmlNode ^ SelectSingleNode(Platform::String ^ xpath);
IXmlNode SelectSingleNode(winrt::hstring const& xpath);
public IXmlNode SelectSingleNode(string xpath);
function selectSingleNode(xpath)
Public Function SelectSingleNode (xpath As String) As IXmlNode

Paramètres

xpath
String

Platform::String

winrt::hstring

Spécifie une expression XPath.

Retours

Premier nœud qui correspond à l’opération de correspondance de modèle donnée. Si aucun nœud ne correspond à l’expression, la méthode retourne une valeur Null.

S’applique à