CompositeActivityDesigner.LoadViewState(BinaryReader) Method

Definition

Restores the view state from a binary stream.

protected:
 override void LoadViewState(System::IO::BinaryReader ^ reader);
protected override void LoadViewState (System.IO.BinaryReader reader);
override this.LoadViewState : System.IO.BinaryReader -> unit
Protected Overrides Sub LoadViewState (reader As BinaryReader)

Parameters

reader
BinaryReader

The BinaryReader from which to load the view state.

Remarks

Use LoadViewState to restore the designer to a state previously saved using SaveViewState.

Applies to