This documentation is archived and is not being maintained.
WorkflowViewStateService Class
Visual Studio 2010
Manages the view state of the activity designer and its underlying model items.
System::Object
System.Activities.Presentation.View::ViewStateService
System.Activities.Presentation.View::WorkflowViewStateService
System.Activities.Presentation.View::ViewStateService
System.Activities.Presentation.View::WorkflowViewStateService
Assembly: System.Activities.Presentation (in System.Activities.Presentation.dll)
The WorkflowViewStateService type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | WorkflowViewStateService | Creates an instance of the WorkflowViewStateService with a specified editing context. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | GetViewState | Retrieves the view state for a specified object. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveViewState | Removes the view state represented by the specified key and associated with the specified model item. (Overrides ViewStateService::RemoveViewState(ModelItem, String).) |
![]() | RetrieveAllViewState | Retrieves the complete view state associated with a specified model item. (Overrides ViewStateService::RetrieveAllViewState(ModelItem).) |
![]() | RetrieveViewState | Retrieves the item that matches the specified key in the view state associated with a specified model item. (Overrides ViewStateService::RetrieveViewState(ModelItem, String).) |
![]() ![]() | SetViewState | Sets the view state on the parameter instance specified to the dictionary value that is specified. |
![]() | StoreViewState | Stores the item represented by a specified key in the view state associated with a specified model item. (Overrides ViewStateService::StoreViewState(ModelItem, String, Object).) |
![]() | StoreViewStateWithUndo | Records the current setting of the item represented by the specified key so that it is available for an undo operation and then stores the item represented by the specified key in the view state of the specified model item. (Overrides ViewStateService::StoreViewStateWithUndo(ModelItem, String, Object).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | UndoableViewStateChanged | An event that signals that a change has been made to the undoable view state of the control. (Overrides ViewStateService::UndoableViewStateChanged.) |
![]() | ViewStateChanged | An event that signals that a change has been made to the view state of the control. (Overrides ViewStateService::ViewStateChanged.) |
Implements ViewStateService and generates a text property that stores and retrieves its value from an associated control’s view state.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
