IEnumToolboxTabs Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerator for the tabs in the Toolbox. You can get an instance of the interface using the EnumTabs(IEnumToolboxTabs) method of the IVsToolbox and IVsToolbox2 interfaces.
public interface class IEnumToolboxTabs
public interface class IEnumToolboxTabs
__interface IEnumToolboxTabs
[System.Runtime.InteropServices.Guid("CC81495D-3C2B-4B1E-82CE-965EA5FCA2A0")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IEnumToolboxTabs
[System.Runtime.InteropServices.Guid("CC81495D-3C2B-4B1E-82CE-965EA5FCA2A0")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IEnumToolboxTabs
[<System.Runtime.InteropServices.Guid("CC81495D-3C2B-4B1E-82CE-965EA5FCA2A0")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IEnumToolboxTabs = interface
[<System.Runtime.InteropServices.Guid("CC81495D-3C2B-4B1E-82CE-965EA5FCA2A0")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IEnumToolboxTabs = interface
Public Interface IEnumToolboxTabs
- Attributes
Methods
Clone(IEnumToolboxTabs) |
Clones this IEnumToolboxTabs interface by creating another instance. |
Next(UInt32, String[], UInt32) |
Retrieves the next group of toolbox tabs. |
Reset() |
Returns the enumerator to its initial state. |
Skip(UInt32) |
Skip over a specified number of toolbox tabs. |