XmlHelper.AddNode 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
AddNode(TypedXmlDocument, String, String) | |
AddNode(TypedXmlDocument, String, String, String) |
AddNode(TypedXmlDocument, String, String)
public:
static void AddNode(Microsoft::RuleEngine::TypedXmlDocument ^ document, System::String ^ xpath, System::String ^ nodeName);
public static void AddNode (Microsoft.RuleEngine.TypedXmlDocument document, string xpath, string nodeName);
static member AddNode : Microsoft.RuleEngine.TypedXmlDocument * string * string -> unit
Public Shared Sub AddNode (document As TypedXmlDocument, xpath As String, nodeName As String)
Parameters
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
Applies to
AddNode(TypedXmlDocument, String, String, String)
public:
static void AddNode(Microsoft::RuleEngine::TypedXmlDocument ^ document, System::String ^ xpath, System::String ^ nodeName, System::String ^ nodeNamespace);
public static void AddNode (Microsoft.RuleEngine.TypedXmlDocument document, string xpath, string nodeName, string nodeNamespace);
static member AddNode : Microsoft.RuleEngine.TypedXmlDocument * string * string * string -> unit
Public Shared Sub AddNode (document As TypedXmlDocument, xpath As String, nodeName As String, nodeNamespace As String)
Parameters
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
- nodeNamespace
- String