IVsToolboxUser Interface

 

Sends notification about Toolbox items to the owner of these items.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("B5E12E94-6653-4A0D-9C42-5357F2654360")]
public interface IVsToolboxUser

NameDescription
System_CAPS_pubmethodIsSupported(IDataObject)

Determines whether the Toolbox user supports the referenced data object.

System_CAPS_pubmethodItemPicked(IDataObject)

Sends notification that an item in the Toolbox is selected through a click, or by pressing ENTER.

Notes to Implementers:

This interface is implemented by the document view on a designer to enable Toolbox items.

Return to top
Show: