WorkflowView.LoadViewState(Stream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Restores view-state information from a binary stream.
public:
void LoadViewState(System::IO::Stream ^ viewState);
public void LoadViewState(System.IO.Stream viewState);
member this.LoadViewState : System.IO.Stream -> unit
Public Sub LoadViewState (viewState As Stream)
Parameters
- viewState
- Stream
A BinaryReader used to restore the view state.
Remarks
LoadViewState restores view-state information previously saved by calling the SaveViewState method.
Override this method when you need to customize how a custom designer restores its view-state.