XmlHelper.AddNodeIfNotThere Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
AddNodeIfNotThere(TypedXmlDocument, String, String) | |
AddNodeIfNotThere(TypedXmlDocument, String, String, String) |
AddNodeIfNotThere(TypedXmlDocument, String, String)
public:
static void AddNodeIfNotThere(Microsoft::RuleEngine::TypedXmlDocument ^ document, System::String ^ xpath, System::String ^ nodeName);
public static void AddNodeIfNotThere (Microsoft.RuleEngine.TypedXmlDocument document, string xpath, string nodeName);
static member AddNodeIfNotThere : Microsoft.RuleEngine.TypedXmlDocument * string * string -> unit
Public Shared Sub AddNodeIfNotThere (document As TypedXmlDocument, xpath As String, nodeName As String)
Parâmetros
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
Aplica-se a
AddNodeIfNotThere(TypedXmlDocument, String, String, String)
public:
static void AddNodeIfNotThere(Microsoft::RuleEngine::TypedXmlDocument ^ document, System::String ^ xpath, System::String ^ nodeName, System::String ^ nodeNamespace);
public static void AddNodeIfNotThere (Microsoft.RuleEngine.TypedXmlDocument document, string xpath, string nodeName, string nodeNamespace);
static member AddNodeIfNotThere : Microsoft.RuleEngine.TypedXmlDocument * string * string * string -> unit
Public Shared Sub AddNodeIfNotThere (document As TypedXmlDocument, xpath As String, nodeName As String, nodeNamespace As String)
Parâmetros
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
- nodeNamespace
- String