Udostępnij za pośrednictwem


RibbonDocument.AppendChild Method

Appends a node to the tree structure that represents the XML document.

Namespace:  Microsoft.Web.CommandUI
Assembly:  Microsoft.Web.CommandUI (in Microsoft.Web.CommandUI.dll)

Syntax

'Declaration
Public Sub AppendChild ( _
    ribbonNode As DataNode, _
    bClone As Boolean _
)
'Usage
Dim instance As RibbonDocument
Dim ribbonNode As DataNode
Dim bClone As Boolean

instance.AppendChild(ribbonNode, bClone)
public void AppendChild(
    DataNode ribbonNode,
    bool bClone
)

Parameters

  • bClone
    Type: System.Boolean

    true if the node is to be cloned; otherwise, false.

See Also

Reference

RibbonDocument Class

RibbonDocument Members

Microsoft.Web.CommandUI Namespace