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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Other Resources
How to: Compile and Run the Automation Object Model Code Examples