Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("B5E12E94-6653-4A0D-9C42-5357F2654360")>]
type IVsToolboxUser = interface end
public interface IVsToolboxUser
Remarks
Notes to Implementers
This interface is implemented by the document view on a designer to enable Toolbox items.