ToolBoxItem.Collection Property

Definition

Gets the collection containing the ToolBoxItem object supporting this property.

public:
 property EnvDTE::ToolBoxItems ^ Collection { EnvDTE::ToolBoxItems ^ get(); };
[System.Runtime.InteropServices.DispId(1)]
public EnvDTE.ToolBoxItems Collection { [System.Runtime.InteropServices.DispId(1)] get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
member this.Collection : EnvDTE.ToolBoxItems
Public ReadOnly Property Collection As ToolBoxItems

Property Value

A ToolBoxItems collection.

Attributes

Applies to