ToolBoxTab3::Collection Property

 

Gets the collection containing the ToolBoxTab object supporting this property.

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

property ToolBoxTabs^ Collection {
	ToolBoxTabs^ get();
}

Property Value

Type: EnvDTE::ToolBoxTabs^

A ToolBoxTabs collection.

This example selects and activates the first ToolBoxTab2 item and displays its name in a message box. The example then adds a new tab, MyNewTab, to the ToolBoxTab2 collection, displays the names of the first two items in the collection, and deletes MyNewTab.

No code example is currently available or this language may not be supported.
Return to top
Show: