SimpleEditorView::LoadViewState Method (IStream^)
Visual Studio 2015
When implemented in a derived class, loads the view state of the window pane.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- stream
-
Type:
Microsoft.VisualStudio.OLE.Interop::IStream^
The IStream from which to load the state of the view.
Return Value
Type: System::Int32When implemented in a derived class, S_OK if the method succeeds, otherwise an error code.
Implements
IVsWindowPane::LoadViewState(IStream^)
Show: