XmlHelper.AddNode 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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)
參數
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
適用於
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)
參數
- document
- TypedXmlDocument
- xpath
- String
- nodeName
- String
- nodeNamespace
- String