Compartilhar via


ConsoleNodeCollection classe

Deriva da classe abstrata CollectionBase para fornecer uma classe de coleção do objeto ConsoleNode .

Inheritance hierarchy

System.Object
  System.Collections.CollectionBase
    Microsoft.SharePoint.Publishing.WebControls.ConsoleNodeCollection

Namespace:  Microsoft.SharePoint.Publishing.WebControls
Assembly:  Microsoft.SharePoint.Publishing (em Microsoft.SharePoint.Publishing.dll)

Sintaxe

'Declaração
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
Public NotInheritable Class ConsoleNodeCollection _
    Inherits CollectionBase _
    Implements ICollection(Of ConsoleNode), IEnumerable(Of ConsoleNode),  _
    IEnumerable
'Uso
Dim instance As ConsoleNodeCollection
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
public sealed class ConsoleNodeCollection : CollectionBase, 
    ICollection<ConsoleNode>, IEnumerable<ConsoleNode>, IEnumerable

Segurança de thread

Os membros públicos estática (Shared no Visual Basic) desse tipo são seguros para thread. Nenhum membro de instância pode ser garantido como seguro para thread.

Ver também

Referência

ConsoleNodeCollection membros

Microsoft.SharePoint.Publishing.WebControls namespace