RibbonNodeList Class

Represents a collection of the Server ribbonDataNode objects.

Inheritance Hierarchy

System.Object
  Microsoft.Web.CommandUI.RibbonNodeList

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

Syntax

'Declaration
Public Class RibbonNodeList _
    Implements IEnumerable(Of DataNode), IEnumerable
'Usage
Dim instance As RibbonNodeList
public class RibbonNodeList : IEnumerable<DataNode>, 
    IEnumerable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

RibbonNodeList Members

Microsoft.Web.CommandUI Namespace