IVsToolWindowToolbarHost2 Interface
Visual Studio 2015
Implemented by the Visual Studio shell, and can be retrieved from the IVsToolWindowToolbarHost that is returned as an out parameter from one of the IVsUIShellX.SetupToolbar() methods. It is used by tool window clients that want to have a toolbar within their window and need to provide a specific drop target for intercepting drag and drop operations over the toolbar area.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | AddToolbar2(VSTWT_LOCATION, Guid, UInt32, IDropTarget) | Extends the AddToolbar method to allow specifying the drop target to handle drop operations over the toolbar area. |
Show:
