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