ToolBoxTab3::ToolBoxItems Property

 

Gets the collection of ToolBoxItems associated with a ToolBoxTab3.

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

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

Property Value

Type: EnvDTE::ToolBoxItems^

A ToolBoxItems collection.

A ToolBoxTab3 can contain one or more ToolBoxItem objects.

This example selects and activates the first ToolBoxTab3 item and displays its name in a message box.

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