Share via


IVsAddToolboxItems Interface

Adds items to the toolbox.

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

Syntax

'Dichiarazione
<GuidAttribute("C1A29AC2-8FEC-407A-8650-41E05F5E87F7")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsAddToolboxItems
'Utilizzo
Dim instance As IVsAddToolboxItems
[GuidAttribute("C1A29AC2-8FEC-407A-8650-41E05F5E87F7")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAddToolboxItems
[GuidAttribute(L"C1A29AC2-8FEC-407A-8650-41E05F5E87F7")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsAddToolboxItems
[<GuidAttribute("C1A29AC2-8FEC-407A-8650-41E05F5E87F7")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAddToolboxItems =  interface end
public interface IVsAddToolboxItems

See Also

Reference

IVsAddToolboxItems Members

Microsoft.VisualStudio.Shell.Interop Namespace