ToolBoxItem2::Collection Property

 

Gets the collection containing the ToolBoxItem object supporting this property.

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

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

Property Value

Type: EnvDTE::ToolBoxItems^

A ToolBoxItems collection.

This example selects the second ToolBoxItem2 item and displays its name in a message box. The example also displays the name of each toolbox item contained in the second toolbox tab.

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