ToolBoxItem.Collection Property

Gets the collection containing the ToolBoxItem object supporting this property.

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

Syntax

'Declaration
ReadOnly Property Collection As ToolBoxItems
ToolBoxItems Collection { get; }
property ToolBoxItems^ Collection {
    ToolBoxItems^ get ();
}
abstract Collection : ToolBoxItems with get
function get Collection () : ToolBoxItems

Property Value

Type: EnvDTE.ToolBoxItems
A ToolBoxItems collection.

.NET Framework Security

See Also

Reference

ToolBoxItem Interface

EnvDTE Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples