Share via


IVsToolbox Interface

Used to manage the Toolbox.

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

Syntax

'Déclaration
<GuidAttribute("70E643E2-1673-4764-8A39-63CB1AEE0DC9")> _
<InterfaceTypeAttribute()> _
Public Interface IVsToolbox
'Utilisation
Dim instance As IVsToolbox
[GuidAttribute("70E643E2-1673-4764-8A39-63CB1AEE0DC9")]
[InterfaceTypeAttribute()]
public interface IVsToolbox
[GuidAttribute(L"70E643E2-1673-4764-8A39-63CB1AEE0DC9")]
[InterfaceTypeAttribute()]
public interface class IVsToolbox
public interface IVsToolbox

Remarks

See illustrations of the implementation and/or calling of this interface in the Figures Edit.

Additional features, useful in persisting toolboxes, can be found under the IVsToolbox3 interface.

Notes to Implementers:

Notes to Callers:

See Also

Reference

IVsToolbox Members

Microsoft.VisualStudio.Shell.Interop Namespace