MessageUtils.SetXPath 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
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)
Parameters
- doc
- XmlDocument
- path
- String
- val
- String
Applies to
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)
Parameters
- doc
- XmlDocument
- path
- String
- val
- String