WindowPane::IVsWindowPane::SaveViewState Method (IStream^)
Visual Studio 2015
Note: This API is now obsolete.Namespace:
Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Return to top
Saves the loaded view state. Obsolete.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
private: [ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")] virtual int SaveViewState( IStream^ pStream ) sealed = IVsWindowPane::SaveViewState
Parameters
- pStream
-
Type:
Microsoft.VisualStudio.OLE.Interop::IStream^
The IStream to which to save the view state.
Implements
IVsWindowPane::SaveViewState(IStream^)The T:Microsoft.VisualStudio.Shell.Interop.IVsWindowPane interface on this class is obsolete. Please use T:Microsoft.VisualStudio.Shell.Interop.IVsUIElementPane instead.
Show: