IVsToolbox2 Interface

Used to manage the Toolbox.

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

Syntax

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("08E728DC-9C45-4060-A243-B73443B7CA16")> _
Public Interface IVsToolbox2 _
    Inherits IVsToolbox
‘사용 방법
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("08E728DC-9C45-4060-A243-B73443B7CA16")>]
type IVsToolbox2 =  
    interface
        interface IVsToolbox
    end
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