Udostępnij za pośrednictwem


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

Implements

_CustomXMLPart.AddNode(CustomXMLNode, String, String, CustomXMLNode, MsoCustomXMLNodeType, String)

See Also

Reference

CustomXMLPartClass Class

CustomXMLPartClass Members

Microsoft.Office.Core Namespace