MessageUtils.GetXPath Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- doc
- XmlDocument
- 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
- doc
- XmlDocument
- path
- String