Click or drag to resize

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; }

Parameters

itemIndex
Type: SystemInt32
Index of the item.

Return Value

Type: T
The item value.
Exceptions
ExceptionCondition
InvocationExceptionWill be thrown if invocation fails.
WebExceptionWill be thrown if there are network problems.
See Also