IVsWindowPane::LoadViewState Method (IStream^)
Visual Studio 2015
Loads a view state.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pStream
-
Type:
Microsoft.VisualStudio.OLE.Interop::IStream^
[in] Pointer to the IStream interface of the view state to load.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsWindowPane::LoadViewState(
[in] IStream *pstream
);
Show: