Click or drag to resize

IListViewCollectionTItem Property (Int32, String)

Gets a subitem's value by the parent item's index (zero-based) and subitem's name.

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,
	string subitemName
] { get; }

Parameters

itemIndex
Type: SystemInt32
Index of the item.
subitemName
Type: SystemString
Name of the subitem.

Return Value

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