Compartir a través de


MessageUtils.SetXPath Método

Definición

Sobrecargas

SetXPath(XmlDocument, String, String)
SetXPath(XmlDocument, String, XmlNamespaceManager, String)

SetXPath(XmlDocument, String, String)

public:
 static void SetXPath(System::Xml::XmlDocument ^ doc, System::String ^ path, System::String ^ val);
public static void SetXPath (System.Xml.XmlDocument doc, string path, string val);
static member SetXPath : System.Xml.XmlDocument * string * string -> unit
Public Shared Sub SetXPath (doc As XmlDocument, path As String, val As String)

Parámetros

path
String
val
String

Se aplica a

SetXPath(XmlDocument, String, XmlNamespaceManager, String)

public:
 static void SetXPath(System::Xml::XmlDocument ^ doc, System::String ^ path, System::Xml::XmlNamespaceManager ^ mgr, System::String ^ val);
public static void SetXPath (System.Xml.XmlDocument doc, string path, System.Xml.XmlNamespaceManager mgr, string val);
static member SetXPath : System.Xml.XmlDocument * string * System.Xml.XmlNamespaceManager * string -> unit
Public Shared Sub SetXPath (doc As XmlDocument, path As String, mgr As XmlNamespaceManager, val As String)

Parámetros

path
String
val
String

Se aplica a