ToolBoxTabs::Item Method (Object^)

 

Returns an indexed member of a ToolBoxTabs collection.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

ToolBoxTab^ Item(
	Object^ index
)

Parameters

index
Type: System::Object^

Required. The index of the item to return.

Return Value

Type: EnvDTE::ToolBoxTab^

A ToolBoxTab object.

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.

Return to top
Show: