SimpleEditorView::SaveViewState Method (IStream^)
Visual Studio 2015
Saves the loaded view state.
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 to which to save the view state.
Return Value
Type: System::Int32When implemented by derived classes, if the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsWindowPane::SaveViewState(IStream^)
Show: