IVsToolbox2 Interface

Used to manage the Toolbox.

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

Syntax

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