Freigeben über


MessageUtils.GetXPath Methode

Definition

Überlädt

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

Parameter

path
String

Gibt zurück

Gilt für:

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

Parameter

path
String

Gibt zurück

Gilt für: