SPLimitedWebPartCollection members
A read-only collection of the ASP.NET Web Parts exposed by SPLimitedWebPartManager.
The SPLimitedWebPartCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Count | (Inherited from ReadOnlyCollectionBase.) |
![]() |
InnerList | (Inherited from ReadOnlyCollectionBase.) |
![]() |
Item[Guid] | Gets the first WebPart in the collection with the specified storage key. |
![]() |
Item[Int32] | Gets the first WebPart in the collection at the specified index. |
![]() |
Item[String] | Gets the first WebPart in the collection with the specified identifier. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Contains | Returns True if the specified Web Part is contained in the collection; otherwise returns False. |
![]() |
CopyTo | Copies all of the Web Parts from the collection into a compatible one-dimensional array, starting at the specified index of the target array. |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetEnumerator | (Inherited from ReadOnlyCollectionBase.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
IndexOf | Searches for the specified Web Part and, if found, returns the zero-based index of the first occurrence within the collection; otherwise returns -1. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
![]() ![]() |
ICollection.CopyTo | (Inherited from ReadOnlyCollectionBase.) |
![]() ![]() |
ICollection.IsSynchronized | (Inherited from ReadOnlyCollectionBase.) |
![]() ![]() |
ICollection.SyncRoot | (Inherited from ReadOnlyCollectionBase.) |
Top