XmlHelper.AddNode Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
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)
Parametry
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
Platí pro
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)
Parametry
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
- nodeNamespace
- String