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)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("724B9AAF-F1D1-4AE8-923B-0F2469B1502A")]
public interface IVsToolbox5

NameDescription
System_CAPS_pubmethodGetItemBitmap(IDataObject, IntPtr)

Gets a copy of the bitmap for the specified item. The caller is responsible for freeing the bitmap using DeleteObject() or its equivalent.

System_CAPS_pubmethodGetItemFlags(IDataObject, UInt32)

Gets the TBXITEMINFO flags for the item.

System_CAPS_pubmethodGetLastRefreshTime(DateTime[])

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.

System_CAPS_pubmethodIsItemEnabled(IDataObject, Boolean, Boolean)

Gets the enabled state of the specified item.

Return to top
Show: