IVsToolbox6::EnumTabIDs Method ()
Visual Studio 2015
Retrieves an enumeration of the identifiers for the tabs on the toolbox.
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
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.
Show: