The ListItemCollection type exposes the following members.
Name | Description | |
---|---|---|
Add | Overloaded. Adds an array of list items into the collection. |
|
Clear |
Removes all items from the collection. |
|
Contains |
Determines whether specified list item object is available in the collection. |
|
CopyTo |
Copies list columns into array of ListColumn objects. |
|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from CollectionBase.) | |
GetHashCode | (Inherited from Object.) | |
GetItemsByState |
Gets an array of list items which have the specified state (e.g. checked, or selected). |
|
GetType | (Inherited from Object.) | |
IndexOf |
Returns an index of the specified item in the collection. |
|
Insert | Overloaded. Inserts items into the collection at the specified index. |
|
MemberwiseClone | (Inherited from Object.) | |
OnClear | (Inherited from CollectionBase.) | |
OnClearComplete | (Inherited from CollectionBase.) | |
OnInsert | (Inherited from CollectionBase.) | |
OnInsertComplete | (Inherited from CollectionBase.) | |
OnRemove | (Inherited from CollectionBase.) | |
OnRemoveComplete | (Inherited from CollectionBase.) | |
OnSet | (Inherited from CollectionBase.) | |
OnSetComplete | (Inherited from CollectionBase.) | |
OnValidate | (Inherited from CollectionBase.) | |
Remove | Overloaded. Removes items from the collection. |
|
RemoveAt |
Removes a list item of the collection at the specified index. |
|
Swap | Overloaded. Swaps the elements of the list. |
|
ToArray |
Copies all elements of the collection to a new array. |
|
ToString | (Inherited from Object.) |
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.Remove | (Inherited from CollectionBase.) |