IVsUIShell4 Interface
Visual Studio 2015
Provides methods for the tool bar.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | CreateToolbarTray(IOleCommandTarget, IVsToolbarTrayHost) | Attaches toolbars that are not contained inside a IVsWindowFrame. |
![]() | GetWindowEnum(UInt32, IEnumWindowFrames) | Returns a window enumerator containing the requested types of windows. |
![]() | SetupToolbar2(IntPtr, IVsToolWindowToolbar, IOleCommandTarget, IVsToolWindowToolbarHost) | Creates a tool bar and also allows the routing of commands placed on the toolbar to a specific command target. |
![]() | SetupToolbar3(IVsWindowFrame, IVsToolWindowToolbarHost) | Creates a tool bar and also allows routing of commands placed on the toolbar to a specific command target. |
This interface is obtained via the T:Microsoft.VisualStudio.Shell.Interop.IVsUIShell4.SVsUIShell service.
Show:
