This documentation is archived and is not being maintained.

ListItemCollection Properties

The ListItemCollection type exposes the following members.

  NameDescription
Public property Capacity Gets or sets the maximum number of items that the ListItemCollection can store.
Public property Count Gets the number of ListItem objects in the collection.
Public property IsReadOnly Gets a value indicating whether the ListItemCollection is read-only.
Public property IsSynchronized Gets a value indicating whether access to the ListItemCollection is synchronized (thread-safe).
Public property Item Gets a ListItem at the specified index in the collection.
Public property SyncRoot Gets the object that can be used to synchronize access to the ListItemCollection.
Top

  NameDescription
Explicit interface implemetation Private property IList::IsFixedSize Infrastructure. For a description of this member, see IsFixedSize.
Explicit interface implemetation Private property IStateManager::IsTrackingViewState Infrastructure. For a description of this member, see IsTrackingViewState.
Explicit interface implemetation Private property IList::Item Infrastructure. For a description of this member, see Item.
Top
Show: