This documentation is archived and is not being maintained.
ListItemCollection Properties
Visual Studio 2008
The ListItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Capacity | Gets or sets the maximum number of items that the ListItemCollection can store. |
|
Count | Gets the number of ListItem objects in the collection. |
|
IsReadOnly | Gets a value indicating whether the ListItemCollection is read-only. |
|
IsSynchronized | Gets a value indicating whether access to the ListItemCollection is synchronized (thread-safe). |
|
Item | Gets a ListItem at the specified index in the collection. |
|
SyncRoot | Gets the object that can be used to synchronize access to the ListItemCollection. |
| Name | Description | |
|---|---|---|
|
IList::IsFixedSize | Infrastructure. For a description of this member, see IsFixedSize. |
|
IStateManager::IsTrackingViewState | Infrastructure. For a description of this member, see IsTrackingViewState. |
|
IList::Item | Infrastructure. For a description of this member, see Item. |
Show: