ActivityDesigner.SaveViewState(BinaryWriter) 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.
Stores the view state of the designer into a binary stream.
protected:
virtual void SaveViewState(System::IO::BinaryWriter ^ writer);
protected virtual void SaveViewState (System.IO.BinaryWriter writer);
abstract member SaveViewState : System.IO.BinaryWriter -> unit
override this.SaveViewState : System.IO.BinaryWriter -> unit
Protected Overridable Sub SaveViewState (writer As BinaryWriter)
Parameters
- writer
- BinaryWriter
The BinaryWriter into which the view state is stored.
Remarks
The view state is the accumulation of the values of designer properties. When the view state is saved to a stream, the designer values and settings can be restored using LoadViewState.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.