SPWebPartConnectionCollection Members

Include Protected Members
Include Inherited Members

A collection of SPWebPartConnection objects.

The SPWebPartConnectionCollection type exposes the following members.

Constructors

  Name Description
Public method SPWebPartConnectionCollection Initializes a new instance of the SPWebPartConnectionCollection class.

Top

Properties

  Name Description
Public property Capacity (Inherited from CollectionBase.)
Public property Count (Inherited from CollectionBase.)
Protected property InnerList (Inherited from CollectionBase.)
Public property IsReadOnly Gets a value that indicates whether the collection is read-only.
Public property Item[Int32] Gets or sets the SPWebPartConnection at the specified index from the SPWebPartConnectionCollection.
Public property Item[String] Gets the SPWebPartConnection with the specified identifier (ID) from the SPWebPartConnectionCollection.
Protected property List (Inherited from CollectionBase.)

Top

Methods

  Name Description
Public method Add Adds a SPWebPartConnection to the SPWebPartConnectionCollection.
Public method Clear (Inherited from CollectionBase.)
Public method Contains Determines whether the specified SPWebPartConnection is in the SPWebPartConnectionCollection.
Public method CopyTo Copies the elements of SPWebPartConnectionCollection to an array, starting at a particular array index.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from CollectionBase.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf Determines the index of the specified SPWebPartConnection in the SPWWebPartConnectionCollection collection.
Public method Insert Inserts the specified SPWebPartConnection into the SPWebPartConnectionCollection at the specified index.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear Performs additional custom processes when clearing the contents of the SPWebPartConnectionCollection instance. (Overrides CollectionBase.OnClear().)
Protected method OnClearComplete (Inherited from CollectionBase.)
Protected method OnInsert Performs additional custom processes before inserting a new element into the SPWebPartConnectionCollection instance. (Overrides CollectionBase.OnInsert(Int32, Object).)
Protected method OnInsertComplete (Inherited from CollectionBase.)
Protected method OnRemove Performs additional custom processes when removing an element from the SPWebPartConnectionCollection instance. (Overrides CollectionBase.OnRemove(Int32, Object).)
Protected method OnRemoveComplete (Inherited from CollectionBase.)
Protected method OnSet Performs additional custom processes before setting a value in the SPWebPartConnectionCollection instance. (Overrides CollectionBase.OnSet(Int32, Object, Object).)
Protected method OnSetComplete (Inherited from CollectionBase.)
Protected method OnValidate Performs additional custom processes when validating a value. (Overrides CollectionBase.OnValidate(Object).)
Public method Remove Removes a connection from the collection.
Public method RemoveAt (Inherited from CollectionBase.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IList.Add (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Contains (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method ICollection.CopyTo (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.IndexOf (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Insert (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsFixedSize (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.IsReadOnly (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.IsSynchronized (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property IList.Item (Inherited from CollectionBase.)
Explicit interface implemetationPrivate method IList.Remove (Inherited from CollectionBase.)
Explicit interface implemetationPrivate property ICollection.SyncRoot (Inherited from CollectionBase.)

Top

See Also

Reference

SPWebPartConnectionCollection Class

Microsoft.SharePoint.WebPartPages Namespace