ConsoleNodeCollection Class
Derives from the abstract class CollectionBase to provide a ConsoleNode object collection class.
Inheritance Hierarchy
System.Object
System.Collections.CollectionBase
Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection
Namespace: Microsoft.SharePoint.Publishing.WebControls
Assembly: Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)
Syntax
'Declaration
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ConsoleNodeCollection _
Inherits CollectionBase _
Implements ICollection(Of ConsoleNode)
'Usage
Dim instance As ConsoleNodeCollection
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ConsoleNodeCollection : CollectionBase,
ICollection<ConsoleNode>
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.