IVsToolbox5 Interface

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
Public method GetItemBitmap Gets a copy of the bitmap for the specified item. The caller is responsible for freeing the bitmap using DeleteObject() or its equivalent.
Public method GetItemFlags Gets the TBXITEMINFO flags for the item.
Public method 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().
Public method IsItemEnabled Gets the enabled state of the specified item.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace