Compartilhar via


SPLimitedWebPartCollection class

Uma coleção somente leitura de de Web Parts do ASP.NET expostos pelo SPLimitedWebPartManager.

Inheritance hierarchy

System.Object
  System.Collections.ReadOnlyCollectionBase
    Microsoft.SharePoint.WebPartPages.SPLimitedWebPartCollection

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public NotInheritable Class SPLimitedWebPartCollection _
    Inherits ReadOnlyCollectionBase
'Uso
Dim instance As SPLimitedWebPartCollection
public sealed class SPLimitedWebPartCollection : ReadOnlyCollectionBase

Comentários

As Web Parts em SPLimitedWebPartCollection pode ser acessado por meio de programação por meio da API é exposta pelo SPLimitedWebPartManager.

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.

Ver também

Referência

SPLimitedWebPartCollection members

Microsoft.SharePoint.WebPartPages namespace