Share via


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
'Usage
Dim instance As ToolBoxItem 
Dim value As ToolBoxItems 

value = instance.Collection
ToolBoxItems Collection { get; }
property ToolBoxItems^ Collection {
    ToolBoxItems^ get ();
}
function get Collection () : ToolBoxItems

Property Value

Type: EnvDTE.ToolBoxItems
A ToolBoxItems collection.

.NET Framework Security

See Also

Reference

ToolBoxItem Interface

ToolBoxItem Members

EnvDTE Namespace

Other Resources

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