IVsUIShellDocumentWindowMgr::ReopenDocumentWindows Method (IStream^)
Visual Studio 2015
Reopens all document windows from the window position information in the stream.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pStream
-
Type:
Microsoft.VisualStudio.OLE.Interop::IStream^
[in] A pointer to an object of type IStream.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsUIShellDocumentWindowMgr::ReopenDocumentWindows(
[in] IStream *pStream
);
Show: