Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Enumerator for the tabs in the Toolbox. You can get an instance of the interface using the EnumTabs method of the IVsToolbox and IVsToolbox2 interfaces.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("CC81495D-3C2B-4B1E-82CE-965EA5FCA2A0")> _
Public Interface IEnumToolboxTabs
[InterfaceTypeAttribute()]
[GuidAttribute("CC81495D-3C2B-4B1E-82CE-965EA5FCA2A0")]
public interface IEnumToolboxTabs
[InterfaceTypeAttribute()]
[GuidAttribute(L"CC81495D-3C2B-4B1E-82CE-965EA5FCA2A0")]
public interface class IEnumToolboxTabs
[<InterfaceTypeAttribute()>]
[<GuidAttribute("CC81495D-3C2B-4B1E-82CE-965EA5FCA2A0")>]
type IEnumToolboxTabs = interface end
public interface IEnumToolboxTabs
The IEnumToolboxTabs type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Clone | Clones this IEnumToolboxTabs interface by creating another instance. |
![]() |
Next | Retrieves the next group of toolbox tabs. |
![]() |
Reset | Returns the enumerator to its initial state. |
![]() |
Skip | Skip over a specified number of toolbox tabs. |
Top