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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B5E12E94-6653-4A0D-9C42-5357F2654360")> _
Public Interface IVsToolboxUser
[InterfaceTypeAttribute()]
[GuidAttribute("B5E12E94-6653-4A0D-9C42-5357F2654360")]
public interface IVsToolboxUser
[InterfaceTypeAttribute()]
[GuidAttribute(L"B5E12E94-6653-4A0D-9C42-5357F2654360")]
public interface class IVsToolboxUser
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B5E12E94-6653-4A0D-9C42-5357F2654360")>]
type IVsToolboxUser = interface end
public interface IVsToolboxUser
The IVsToolboxUser type exposes the following members.
Methods
Name | Description | |
---|---|---|
IsSupported | Determines whether the Toolbox user supports the referenced data object. | |
ItemPicked | Sends notification that an item in the Toolbox is selected through a click, or by pressing ENTER. |
Top
Remarks
Notes to Implementers
This interface is implemented by the document view on a designer to enable Toolbox items.