This documentation is archived and is not being maintained.
MobileListItemCollection Properties
Visual Studio 2008
The MobileListItemCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Returns the number of elements in a collection. (Inherited from ArrayListCollectionBase.) |
|
IsReadOnly | Gets a value indicating whether a collection is read-only. (Inherited from ArrayListCollectionBase.) |
|
IsSynchronized | Gets a value indicating whether a collection is synchronized. (Inherited from ArrayListCollectionBase.) |
|
IsTrackingViewState | Gets a value indicating whether the collection is tracking changes to view state. |
|
Item | Gets a MobileListItem item in the collection by index. |
|
Items | Gets or sets the collection of items in an array list object. The default value is Empty. (Inherited from ArrayListCollectionBase.) |
|
SyncRoot | Returns the SyncRoot object for the collection. (Inherited from ArrayListCollectionBase.) |
| Name | Description | |
|---|---|---|
|
IStateManager::IsTrackingViewState | Infrastructure. For a description of this member, see IStateManager::IsTrackingViewState. |
Show: