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