SPUserCodePropertyCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of SPUserCodeProperty objects.
The SPUserCodePropertyCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Capacity | (Inherited from CollectionBase.) | |
Count | (Inherited from CollectionBase.) | |
InnerList | (Inherited from CollectionBase.) | |
IsReadonly | Gets a flag that indicates whether the collection is read-only. | |
Item[Int32] | Gets or sets the property object at the specified index in the collection. | |
Item[String] | Gets or sets the property object specified by the property name in the collection. | |
List | (Inherited from CollectionBase.) |
Top
Methods
Name | Description | |
---|---|---|
Add | Adds a SPUserCodeProperty into the collection. | |
Clear | (Inherited from CollectionBase.) | |
Contains | Indicates whether the specific SPUserCodeProperty is in the collection. | |
CopyTo | Copies the entire set of properties in the collection to an array, starting at the specified index of the target array. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
IndexOf | Searches for the specified SPUserCodeProperty and returns the zero-based index of the first occurrence within the entire collection. | |
Insert | Inserts the specified SPUserCodeProperty into the collection at the specified index. | |
MemberwiseClone | (Inherited from Object.) | |
OnClear | Called when the collection is cleared. (Overrides CollectionBase.OnClear().) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | Called when a SPUserCodeProperty is added to the collection. (Overrides CollectionBase.OnInsert(Int32, Object).) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Inherited from CollectionBase.) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | Called when a SPUserCodeProperty in the collection is changed. (Overrides CollectionBase.OnSet(Int32, Object, Object).) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | (Inherited from CollectionBase.) | |
Remove | Removes a SPUserCodeProperty 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