CustomXMLPartClass.AddNode Method
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Overridable Sub AddNode ( _
Parent As CustomXMLNode, _
Name As String, _
NamespaceURI As String, _
NextSibling As CustomXMLNode, _
NodeType As MsoCustomXMLNodeType, _
NodeValue As String _
)
'Usage
Dim instance As CustomXMLPartClass
Dim Parent As CustomXMLNode
Dim Name As String
Dim NamespaceURI As String
Dim NextSibling As CustomXMLNode
Dim NodeType As MsoCustomXMLNodeType
Dim NodeValue As String
instance.AddNode(Parent, Name, NamespaceURI, _
NextSibling, NodeType, NodeValue)
public virtual void AddNode(
CustomXMLNode Parent,
string Name,
string NamespaceURI,
CustomXMLNode NextSibling,
MsoCustomXMLNodeType NodeType,
string NodeValue
)
Parameters
- Parent
Type: Microsoft.Office.Core.CustomXMLNode
- Name
Type: System.String
- NamespaceURI
Type: System.String
- NextSibling
Type: Microsoft.Office.Core.CustomXMLNode
- NodeType
Type: Microsoft.Office.Core.MsoCustomXMLNodeType
- NodeValue
Type: System.String
Implements
_CustomXMLPart.AddNode(CustomXMLNode, String, String, CustomXMLNode, MsoCustomXMLNodeType, String)