IListViewCollectionTItem Property (Int32) |
Gets an item by its index (zero-based).
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax T this[
int itemIndex
] { get; }
ReadOnly Default Property Item (
itemIndex As Integer
) As T
Get
Dim instance As IListViewCollection
Dim itemIndex As Integer
Dim value As T
value = instance(itemIndex)
property T default[int itemIndex] {
T get (int itemIndex);
}
Parameters
- itemIndex
- Type: SystemInt32
Index of the item.
Return Value
Type:
TThe item value.
Exceptions See Also