IVsToolbox6::EnumTabIDs Method ()

 

Retrieves an enumeration of the identifiers for the tabs on the toolbox.

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

IEnumToolboxTabs^ EnumTabIDs()

Return Value

Type: Microsoft.VisualStudio.Shell.Interop::IEnumToolboxTabs^

The collection of identifiers for the toolbox tabs.

This method is recommended over EnumTabs because EnumTabs may load resource DLLs to resolve resource identifiers, taking more time and memory.

Return to top
Show: