Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Usage
Dim instance As IVsToolboxUser
[InterfaceTypeAttribute()]
[GuidAttribute("B5E12E94-6653-4A0D-9C42-5357F2654360")]
public interface IVsToolboxUser
[InterfaceTypeAttribute()]
[GuidAttribute(L"B5E12E94-6653-4A0D-9C42-5357F2654360")]
public interface class IVsToolboxUser
public interface IVsToolboxUser
Remarks
Notes to Implementers:
This interface is implemented by the document view on a designer to enable Toolbox items.