ToolBoxTab3::Collection Property
Visual Studio 2015
Gets the collection containing the ToolBoxTab object supporting this property.
Assembly: EnvDTE90 (in EnvDTE90.dll)
Implements
ToolBoxTab2::CollectionThis 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.
Show: