IVsUIShellDocumentWindowMgr Interface
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.
Saves and retrieves from a stream, window position, editor type, and view for all active windows. Implemented by the environment. Rarely used.
public interface class IVsUIShellDocumentWindowMgr
public interface class IVsUIShellDocumentWindowMgr
__interface IVsUIShellDocumentWindowMgr
[System.Runtime.InteropServices.Guid("686C2AF1-A2E5-4F6C-B660-B63FD4F70C18")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsUIShellDocumentWindowMgr
[System.Runtime.InteropServices.Guid("686C2AF1-A2E5-4F6C-B660-B63FD4F70C18")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUIShellDocumentWindowMgr
[<System.Runtime.InteropServices.Guid("686C2AF1-A2E5-4F6C-B660-B63FD4F70C18")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsUIShellDocumentWindowMgr = interface
[<System.Runtime.InteropServices.Guid("686C2AF1-A2E5-4F6C-B660-B63FD4F70C18")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUIShellDocumentWindowMgr = interface
Public Interface IVsUIShellDocumentWindowMgr
- Attributes
Methods
ReopenDocumentWindows(IStream) |
Reopens all document windows from the window position information in the stream. |
SaveDocumentWindowPositions(UInt32, IStream) |
Saves the window positions and |