XmlHelper.AddNodeWithValue Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
AddNodeWithValue(TypedXmlDocument, String, String, Object) | |
AddNodeWithValue(TypedXmlDocument, String, String, String, Object) |
AddNodeWithValue(TypedXmlDocument, String, String, Object)
public:
static void AddNodeWithValue(Microsoft::RuleEngine::TypedXmlDocument ^ document, System::String ^ xpath, System::String ^ nodeName, System::Object ^ nodeValue);
public static void AddNodeWithValue (Microsoft.RuleEngine.TypedXmlDocument document, string xpath, string nodeName, object nodeValue);
static member AddNodeWithValue : Microsoft.RuleEngine.TypedXmlDocument * string * string * obj -> unit
Public Shared Sub AddNodeWithValue (document As TypedXmlDocument, xpath As String, nodeName As String, nodeValue As Object)
Parametry
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
- nodeValue
- Object
Dotyczy
AddNodeWithValue(TypedXmlDocument, String, String, String, Object)
public:
static void AddNodeWithValue(Microsoft::RuleEngine::TypedXmlDocument ^ document, System::String ^ xpath, System::String ^ nodeName, System::String ^ nodeNamespace, System::Object ^ nodeValue);
public static void AddNodeWithValue (Microsoft.RuleEngine.TypedXmlDocument document, string xpath, string nodeName, string nodeNamespace, object nodeValue);
static member AddNodeWithValue : Microsoft.RuleEngine.TypedXmlDocument * string * string * string * obj -> unit
Public Shared Sub AddNodeWithValue (document As TypedXmlDocument, xpath As String, nodeName As String, nodeNamespace As String, nodeValue As Object)
Parametry
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
- nodeNamespace
- String
- nodeValue
- Object