SPLimitedWebPartCollection class

A read-only collection of the ASP.NET Web Parts exposed by SPLimitedWebPartManager.

Inheritance hierarchy

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

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

Syntax

'Declaration
Public NotInheritable Class SPLimitedWebPartCollection _
    Inherits ReadOnlyCollectionBase
'Usage
Dim instance As SPLimitedWebPartCollection
public sealed class SPLimitedWebPartCollection : ReadOnlyCollectionBase

Remarks

The Web Parts in SPLimitedWebPartCollection may be accessed programmatically through the API that is exposed by 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.

See also

Reference

SPLimitedWebPartCollection members

Microsoft.SharePoint.WebPartPages namespace