XmlHelper.AddNode Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
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)
Parámetros
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
Se aplica a
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)
Parámetros
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
- nodeNamespace
- String