IPersistUIState Interface
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Workflow.ComponentModel.Design
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return to top
Defines methods that workflow designers and activity designers use to save UI state information to and restore UI state information from a binary stream.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Name | Description | |
|---|---|---|
![]() | LoadViewState(BinaryReader^) | Restores the UI state of a designer from a binary stream. |
![]() | SaveViewState(BinaryWriter^) | Stores the UI state of a designer to a binary stream. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
.NET Framework
Available since 3.0
Available since 3.0
Show:

