編集

次の方法で共有


WorkflowView.SaveViewState(Stream) Method

Definition

Saves the view-state to a binary stream.

public:
 void SaveViewState(System::IO::Stream ^ viewState);
public void SaveViewState(System.IO.Stream viewState);
member this.SaveViewState : System.IO.Stream -> unit
Public Sub SaveViewState (viewState As Stream)

Parameters

viewState
Stream

A BinaryReader used to store the view state.

Remarks

View state is the accumulation of the values of the properties and child controls of a view. Property values are persisted to the stream after saving and can be restored using the LoadViewState method.

Applies to