SimpleEditorView::LoadViewState Method (IStream^)

 

When implemented in a derived class, loads the view state of the window pane.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual int LoadViewState(
	IStream^ stream
)

Parameters

stream
Type: Microsoft.VisualStudio.OLE.Interop::IStream^

The IStream from which to load the state of the view.

Return Value

Type: System::Int32

When implemented in a derived class, S_OK if the method succeeds, otherwise an error code.

This method as implemented in this class does nothing and returns S_OK.

Return to top
Show: