IVsToolboxUser Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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. |