ToolBoxTabs::Item Method (Object^)
Visual Studio 2015
Returns an indexed member of a ToolBoxTabs collection.
Assembly: EnvDTE (in EnvDTE.dll)
Parameters
- index
-
Type:
System::Object^
Required. The index of the item to return.
The value passed to Index is an integer that is either an index to a ToolBoxTab object in the ToolBoxTabs collection or a string value that equates to the name of a ToolBoxTab object in the collection.
The Item method throws a ArgumentException exception if the specified index value cannot be found.
Show: