IVsToolbarTrayHost 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.
Manages items in the tool bar tray.
public interface class IVsToolbarTrayHost
public interface class IVsToolbarTrayHost
__interface IVsToolbarTrayHost
[System.Runtime.InteropServices.Guid("2B3321EE-693F-4B46-9536-E44DAD8C6E60")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsToolbarTrayHost
[<System.Runtime.InteropServices.Guid("2B3321EE-693F-4B46-9536-E44DAD8C6E60")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsToolbarTrayHost = interface
Public Interface IVsToolbarTrayHost
- Attributes
Remarks
This interface is returned from the CreateToolbarTray method.
Methods
AddToolbar(Guid, UInt32) |
Adds a tool bar to the tray. |
Close() |
Closes the tool bar tray. |
GetToolbarTray(IVsUIElement) |
Returns the UI element that represents the toolbar tray. |