IVsToolbox Interface
Used to manage the Toolbox.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
<GuidAttribute("70E643E2-1673-4764-8A39-63CB1AEE0DC9")> _
<InterfaceTypeAttribute()> _
Public Interface IVsToolbox
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: