WindowPane::LoadUIState Method (Stream^)

 

Override to load the previously saved state of the pane.

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

public:
virtual int LoadUIState(
	Stream^ stateStream
)

Parameters

stateStream
Type: System.IO::Stream^

The stream from which to load the state.

Return Value

Type: System::Int32

By default this method returns E_NOTIMPL.

Return to top
Show: