IVsUIShellDocumentWindowMgr Interface
Saves and retrieves from a stream, window position, editor type, and view for all active windows. Implemented by the environment. Rarely used.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("686C2AF1-A2E5-4F6C-B660-B63FD4F70C18")> _
<InterfaceTypeAttribute()> _
Public Interface IVsUIShellDocumentWindowMgr
[GuidAttribute("686C2AF1-A2E5-4F6C-B660-B63FD4F70C18")]
[InterfaceTypeAttribute()]
public interface IVsUIShellDocumentWindowMgr
[GuidAttribute(L"686C2AF1-A2E5-4F6C-B660-B63FD4F70C18")]
[InterfaceTypeAttribute()]
public interface class IVsUIShellDocumentWindowMgr
[<GuidAttribute("686C2AF1-A2E5-4F6C-B660-B63FD4F70C18")>]
[<InterfaceTypeAttribute()>]
type IVsUIShellDocumentWindowMgr = interface end
public interface IVsUIShellDocumentWindowMgr
The IVsUIShellDocumentWindowMgr type exposes the following members.
Methods
Name | Description | |
---|---|---|
ReopenDocumentWindows | Reopens all document windows from the window position information in the stream. | |
SaveDocumentWindowPositions | Saves the window positions and guidEditorType/pszPhysicalView for each open document window into a stream. |
Top