XmlHelper.AddNodeIfNotThere Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| 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)
Parameter
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
Gilt für:
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)
Parameter
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
- nodeNamespace
- String