ComponentCollection::Item Property (Int32)
.NET Framework (current version)
Gets the Component in the collection at the specified collection index.
Assembly: System (in System.dll)
Parameters
- index
-
Type:
System::Int32
The collection index of the Component to get.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If the specified index is not within the index range of the collection. |
This method can be overridden by a derived class.
.NET Framework
Available since 1.1
Available since 1.1
Show: