IVsUIShellDocumentWindowMgr.ReopenDocumentWindows(IStream) Method

Definition

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  
);  

Applies to