IVsToolbarTrayHost Interface

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

‘선언
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("2B3321EE-693F-4B46-9536-E44DAD8C6E60")> _
Public Interface IVsToolbarTrayHost
‘사용 방법
Dim instance As IVsToolbarTrayHost
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("2B3321EE-693F-4B46-9536-E44DAD8C6E60")]
public interface IVsToolbarTrayHost
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"2B3321EE-693F-4B46-9536-E44DAD8C6E60")]
public interface class IVsToolbarTrayHost
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("2B3321EE-693F-4B46-9536-E44DAD8C6E60")>]
type IVsToolbarTrayHost =  interface end
public interface IVsToolbarTrayHost

See Also

Reference

IVsToolbarTrayHost Members

Microsoft.VisualStudio.Shell.Interop Namespace