This documentation is archived and is not being maintained.
StateBag Properties
Visual Studio 2008
The StateBag type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of StateItem objects in the StateBag object. |
|
Item | Gets or sets the value of an item stored in the StateBag object. |
|
Keys | Gets a collection of keys representing the items in the StateBag object. |
|
Values | Gets a collection of the view-state values stored in the StateBag object. |
| Name | Description | |
|---|---|---|
|
IDictionary::IsFixedSize | For a description of this member, see IDictionary::IsFixedSize. |
|
IDictionary::IsReadOnly | For a description of this member, see IDictionary::IsReadOnly. |
|
ICollection::IsSynchronized | For a description of this member, see ICollection::IsSynchronized. |
|
IStateManager::IsTrackingViewState | Gets a value indicating whether state changes are being tracked. |
|
IDictionary::Item | For a description of this member, see IDictionary::Item. |
|
ICollection::SyncRoot | For a description of this member, see ICollection::SyncRoot. |
Show: