IVsWindowPane Interface
Visual Studio 2015
Provides basic window pane functionality.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | ClosePane() | Closes a window pane. |
![]() | CreatePaneWindow(IntPtr, Int32, Int32, Int32, Int32, IntPtr) | Creates a window pane. |
![]() | GetDefaultSize(array<SIZE>^) | Returns the default size of a given window pane. |
![]() | LoadViewState(IStream^) | Loads a view state. |
![]() | SaveViewState(IStream^) | Saves a view state of a document window. |
![]() | SetSite(IServiceProvider^) | Initializes a new window pane. |
![]() | TranslateAccelerator(array<MSG>^) | Handles the translation of special navigation keys. |
Notes to Implementers:
Notes to Callers:
Show:
