Share via


IVsToolboxUser Interface

Definition

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

public interface class IVsToolboxUser
public interface class IVsToolboxUser
__interface IVsToolboxUser
[System.Runtime.InteropServices.Guid("B5E12E94-6653-4A0D-9C42-5357F2654360")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsToolboxUser
[System.Runtime.InteropServices.Guid("B5E12E94-6653-4A0D-9C42-5357F2654360")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsToolboxUser
[<System.Runtime.InteropServices.Guid("B5E12E94-6653-4A0D-9C42-5357F2654360")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsToolboxUser = interface
[<System.Runtime.InteropServices.Guid("B5E12E94-6653-4A0D-9C42-5357F2654360")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsToolboxUser = interface
Public Interface IVsToolboxUser
Derived
Attributes

Notes to Implementers

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

Methods

Name Description
IsSupported(IDataObject)

Determines whether the Toolbox user supports the referenced data object.

ItemPicked(IDataObject)

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

Applies to