WindowPane::SaveUIState Method (Stream^)

 

Override to save custom state information to be used later when the pane is reconstructed.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
virtual int SaveUIState(
	[OutAttribute] Stream^% stateStream
)

Parameters

stateStream
Type: System.IO::Stream^

The stream with the state information.

Return Value

Type: System::Int32

By default sets the stream to null and returns S_OK.

Return to top
Show: