Partager via


MessageUtils.GetXPath Méthode

Définition

Surcharges

GetXPath(XmlDocument, String)
GetXPath(XmlDocument, String, XmlNamespaceManager)

GetXPath(XmlDocument, String)

public:
 static System::String ^ GetXPath(System::Xml::XmlDocument ^ doc, System::String ^ path);
public static string GetXPath (System.Xml.XmlDocument doc, string path);
static member GetXPath : System.Xml.XmlDocument * string -> string
Public Shared Function GetXPath (doc As XmlDocument, path As String) As String

Paramètres

path
String

Retours

S’applique à

GetXPath(XmlDocument, String, XmlNamespaceManager)

public:
 static System::String ^ GetXPath(System::Xml::XmlDocument ^ doc, System::String ^ path, System::Xml::XmlNamespaceManager ^ mgr);
public static string GetXPath (System.Xml.XmlDocument doc, string path, System.Xml.XmlNamespaceManager mgr);
static member GetXPath : System.Xml.XmlDocument * string * System.Xml.XmlNamespaceManager -> string
Public Shared Function GetXPath (doc As XmlDocument, path As String, mgr As XmlNamespaceManager) As String

Paramètres

path
String

Retours

S’applique à