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.