Share via


IVsConfigureToolboxItem Interface

Enables clients that implement the [System.Drawing.Design.IToolbox] service to configure items as they are added to the toolbox. Objects that implement this interface are created [byILocalRegistry:CreateInstance]. They should be registered the $RegRoot$\ToolboxItemConfiguration key.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'Declaración
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("6C3E27F9-775A-456B-8D37-2D7057ABB8F1")> _
Public Interface IVsConfigureToolboxItem
'Uso
Dim instance As IVsConfigureToolboxItem
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("6C3E27F9-775A-456B-8D37-2D7057ABB8F1")]
public interface IVsConfigureToolboxItem
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"6C3E27F9-775A-456B-8D37-2D7057ABB8F1")]
public interface class IVsConfigureToolboxItem
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("6C3E27F9-775A-456B-8D37-2D7057ABB8F1")>]
type IVsConfigureToolboxItem =  interface end
public interface IVsConfigureToolboxItem

See Also

Reference

IVsConfigureToolboxItem Members

Microsoft.VisualStudio.Shell.Interop Namespace