Share via


IVsToolbox2 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("08E728DC-9C45-4060-A243-B73443B7CA16")> _
<InterfaceTypeAttribute()> _
Public Interface IVsToolbox2 _
    Implements IVsToolbox
'Utilisation
Dim instance As IVsToolbox2
[GuidAttribute("08E728DC-9C45-4060-A243-B73443B7CA16")]
[InterfaceTypeAttribute()]
public interface IVsToolbox2 : IVsToolbox
[GuidAttribute(L"08E728DC-9C45-4060-A243-B73443B7CA16")]
[InterfaceTypeAttribute()]
public interface class IVsToolbox2 : IVsToolbox
public interface IVsToolbox2 extends 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 Callers:

Called by editors, projects, and other objects that want to manipulate the shared Toolbox user interface.

See Also

Reference

IVsToolbox2 Members

Microsoft.VisualStudio.Shell.Interop Namespace