MessageUtils.GetXPath Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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
Parameters
- doc
- XmlDocument
- path
- String
Returns
Applies to
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
Parameters
- doc
- XmlDocument
- path
- String