Compartilhar via


ListItemBasedCollection<T> classe

Os membros deste namespace ou desta classe estăo reservados para uso interno e năo devem ser usados diretamente em seu código.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.Publishing.CollectionBase<T>
    Microsoft.SharePoint.Publishing.ListItemBasedReadOnlyCollection<T>
      Microsoft.SharePoint.Publishing.ListItemBasedCollection<T>
        Microsoft.SharePoint.Publishing.Administration.ContentDeploymentJobCollection
        Microsoft.SharePoint.Publishing.Administration.ContentDeploymentPathCollection

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

Sintaxe

'Declaração
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public MustInherit Class ListItemBasedCollection(Of T As ListItemWrapper) _
    Inherits ListItemBasedReadOnlyCollection(Of T)
'Uso
Dim instance As ListItemBasedCollection(Of T)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public abstract class ListItemBasedCollection<T> : ListItemBasedReadOnlyCollection<T>
where T : ListItemWrapper

Parâmetros de tipo

  • T
    Tipo Enumerable T.

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

ListItemBasedCollection<T> membros

Microsoft.SharePoint.Publishing namespace