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)
Syntax
'Declaration
Function EnumTabIDs As IEnumToolboxTabs
IEnumToolboxTabs EnumTabIDs()
IEnumToolboxTabs^ EnumTabIDs()
abstract EnumTabIDs : unit -> IEnumToolboxTabs
function EnumTabIDs() : IEnumToolboxTabs
Return Value
Type: Microsoft.VisualStudio.Shell.Interop.IEnumToolboxTabs
The collection of identifiers for the toolbox tabs.
Remarks
This method is recommended over EnumTabs because EnumTabs may load resource DLLs to resolve resource identifiers, taking more time and memory.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.