SPWebPartConnectionCollection members
A collection of SPWebPartConnection objects.
The SPWebPartConnectionCollection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWebPartConnectionCollection | Initializes a new instance of the SPWebPartConnectionCollection class. |
Top
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
IsReadOnly | Gets a value that indicates whether the collection is read-only. | |
Item[Int32] | Gets or sets the SPWebPartConnection at the specified index from the SPWebPartConnectionCollection. | |
Item[String] | Gets the SPWebPartConnection with the specified identifier (ID) from the SPWebPartConnectionCollection. | |
List | (Inherited from CollectionBase.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a SPWebPartConnection to the SPWebPartConnectionCollection. | |
Clear | (Inherited from CollectionBase.) | |
Contains | Determines whether the specified SPWebPartConnection is in the SPWebPartConnectionCollection. | |
CopyTo | Copies the elements of SPWebPartConnectionCollection to an array, starting at a particular array index. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Determines the index of the specified SPWebPartConnection in the SPWWebPartConnectionCollection collection. | |
Insert | Inserts the specified SPWebPartConnection into the SPWebPartConnectionCollection at the specified index. | |
MemberwiseClone | (Inherited from Object.) | |
OnClear | Performs additional custom processes when clearing the contents of the SPWebPartConnectionCollection instance. (Overrides CollectionBase.OnClear().) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | Performs additional custom processes before inserting a new element into the SPWebPartConnectionCollection instance. (Overrides CollectionBase.OnInsert(Int32, Object).) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | Performs additional custom processes when removing an element from the SPWebPartConnectionCollection instance. (Overrides CollectionBase.OnRemove(Int32, Object).) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | Performs additional custom processes before setting a value in the SPWebPartConnectionCollection instance. (Overrides CollectionBase.OnSet(Int32, Object, Object).) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | Performs additional custom processes when validating a value. (Overrides CollectionBase.OnValidate(Object).) | |
Remove | Removes a connection from the collection. | |
RemoveAt | (Inherited from CollectionBase.) | |
ToString | (Inherited from Object.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IList.Add | (Inherited from CollectionBase.) | |
IList.Contains | (Inherited from CollectionBase.) | |
ICollection.CopyTo | (Inherited from CollectionBase.) | |
IList.IndexOf | (Inherited from CollectionBase.) | |
IList.Insert | (Inherited from CollectionBase.) | |
IList.IsFixedSize | (Inherited from CollectionBase.) | |
IList.IsReadOnly | (Inherited from CollectionBase.) | |
ICollection.IsSynchronized | (Inherited from CollectionBase.) | |
IList.Item | (Inherited from CollectionBase.) | |
IList.Remove | (Inherited from CollectionBase.) | |
ICollection.SyncRoot | (Inherited from CollectionBase.) |
Top