XmlHelper.AddNodeIfNotThere Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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)
Paramètres
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
S’applique à
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)
Paramètres
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
- nodeNamespace
- String