Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides additional methods for IVsToolbox.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("724B9AAF-F1D1-4AE8-923B-0F2469B1502A")> _
Public Interface IVsToolbox5
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("724B9AAF-F1D1-4AE8-923B-0F2469B1502A")]
public interface IVsToolbox5
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"724B9AAF-F1D1-4AE8-923B-0F2469B1502A")]
public interface class IVsToolbox5
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("724B9AAF-F1D1-4AE8-923B-0F2469B1502A")>]
type IVsToolbox5 = interface end
public interface IVsToolbox5
The IVsToolbox5 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetItemBitmap | Gets a copy of the bitmap for the specified item. The caller is responsible for freeing the bitmap using DeleteObject() or its equivalent. |
![]() |
GetItemFlags | Gets the TBXITEMINFO flags for the item. |
![]() |
GetLastRefreshTime | Gets the last time the toolbox item states were re-evaluated. This typically happens as a result of designer activation or in response to a call to UpdateToolboxUI(). |
![]() |
IsItemEnabled | Gets the enabled state of the specified item. |
Top