IVsUIElementPane Interface
Visual Studio 2015
Implemented by packages that support creating document windows or tool windows.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | CloseUIElementPane() | Closes the pane. |
![]() | CreateUIElementPane(Object) | Creates the pane. |
![]() | GetDefaultUIElementSize(SIZE[]) | Gets the default element size. |
![]() | LoadUIElementState(IStream) | Loads custom state storage. |
![]() | SaveUIElementState(IStream) | Stores the state of the pane. |
![]() | SetUIElementSite(IServiceProvider) | Sites this pane. |
![]() | TranslateUIElementAccelerator(MSG[]) | Allows the pane to translate keyboard accelerators (hotkeys) before the shell processes the message. |
This interface can be retrieved from the view object that fills the client area of a IVsWindowFrame.
This interface is similar to IVsWindowPane except that it now supports views implemented in the Windows Presentation Foundation (WPF) as well as Win32.
Show:
