IVsToolbox4 Interface

Provides persistence and localization support for a Toolbox. Extends, but does not inherit from, IVsToolbox3. You can get an instance of the interface from the SVsToolbox (SID_SVsToolbox) service.

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

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("8A9899AE-041F-431B-85D0-E44F35D65CDD")> _
Public Interface IVsToolbox4
[InterfaceTypeAttribute()]
[GuidAttribute("8A9899AE-041F-431B-85D0-E44F35D65CDD")]
public interface IVsToolbox4
[InterfaceTypeAttribute()]
[GuidAttribute(L"8A9899AE-041F-431B-85D0-E44F35D65CDD")]
public interface class IVsToolbox4
[<InterfaceTypeAttribute()>]
[<GuidAttribute("8A9899AE-041F-431B-85D0-E44F35D65CDD")>]
type IVsToolbox4 =  interface end
public interface IVsToolbox4

The IVsToolbox4 type exposes the following members.

Methods

  Name Description
Public method ExpandTab

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace