Partilhar via


DataNode.ChildNodes Property

Gets the collection of child nodes for the current Server ribbon node.

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

Syntax

'Declaration
Public ReadOnly Property ChildNodes As RibbonNodeList
    Get
'Usage
Dim instance As DataNode
Dim value As RibbonNodeList

value = instance.ChildNodes
public RibbonNodeList ChildNodes { get; }

Property Value

Type: Microsoft.Web.CommandUI.RibbonNodeList
A RibbonNodeList that contains the child nodes.

See Also

Reference

DataNode Class

DataNode Members

Microsoft.Web.CommandUI Namespace