IVsUIShellDocumentWindowMgr.ReopenDocumentWindows(IStream) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reopens all document windows from the window position information in the stream.
public:
int ReopenDocumentWindows(Microsoft::VisualStudio::OLE::Interop::IStream ^ pStream);
public:
int ReopenDocumentWindows(Microsoft::VisualStudio::OLE::Interop::IStream ^ pStream);
int ReopenDocumentWindows(Microsoft::VisualStudio::OLE::Interop::IStream const & pStream);
public int ReopenDocumentWindows (Microsoft.VisualStudio.OLE.Interop.IStream pStream);
abstract member ReopenDocumentWindows : Microsoft.VisualStudio.OLE.Interop.IStream -> int
Public Function ReopenDocumentWindows (pStream As IStream) As Integer
Parameters
- pStream
- IStream
[in] A pointer to an object of type IStream.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsUIShellDocumentWindowMgr::ReopenDocumentWindows(
[in] IStream *pStream
);