SPUserCodePropertyCollection Members

Include Protected Members
Include Inherited Members

Represents a collection of SPUserCodeProperty objects.

The SPUserCodePropertyCollection type exposes the following members.

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 flag that indicates whether the collection is read-only.
Public property Item[Int32] Gets or sets the property object at the specified index in the collection.
Public property Item[String] Gets or sets the property object specified by the property name in the collection.
Protected property List (Inherited from CollectionBase.)

Top

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 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

SPUserCodePropertyCollection Class

Microsoft.SharePoint.WebPartPages Namespace