SPUserCodePropertyCollection methods

The SPUserCodePropertyCollection type exposes the following members.

Methods

  Name Description
Public method Add Adds a SPUserCodeProperty into the collection.
Public method Clear (Inherited from CollectionBase.)
Public method Contains Indicates whether the specific SPUserCodeProperty is in the collection.
Public method CopyTo Copies the entire set of properties in the collection to an array, starting at the specified index of the target array.
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 Searches for the specified SPUserCodeProperty and returns the zero-based index of the first occurrence within the entire collection.
Public method Insert Inserts the specified SPUserCodeProperty into the collection at the specified index.
Protected method MemberwiseClone (Inherited from Object.)
Protected method OnClear Called when the collection is cleared. (Overrides CollectionBase.OnClear().)
Protected method OnClearComplete (Inherited from CollectionBase.)
Protected method OnInsert Called when a SPUserCodeProperty is added to the collection. (Overrides CollectionBase.OnInsert(Int32, Object).)
Protected method OnInsertComplete (Inherited from CollectionBase.)
Protected method OnRemove (Inherited from CollectionBase.)
Protected method OnRemoveComplete (Inherited from CollectionBase.)
Protected method OnSet Called when a SPUserCodeProperty in the collection is changed. (Overrides CollectionBase.OnSet(Int32, Object, Object).)
Protected method OnSetComplete (Inherited from CollectionBase.)
Protected method OnValidate (Inherited from CollectionBase.)
Public method Remove Removes a SPUserCodeProperty 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 method IList.Remove (Inherited from CollectionBase.)

Top

See also

Reference

SPUserCodePropertyCollection class

Microsoft.SharePoint.WebPartPages namespace