IListViewCollectionTItem Property (String, Int32) |
Gets a subitem's value by the parent item name and subitem's 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[
string itemName,
int subitemIndex
] { get; }
ReadOnly Default Property Item (
itemName As String,
subitemIndex As Integer
) As T
Get
Dim instance As IListViewCollection
Dim itemName As String
Dim subitemIndex As Integer
Dim value As T
value = instance(itemName, subitemIndex)
property T default[String^ itemName, int subitemIndex] {
T get (String^ itemName, int subitemIndex);
}
Parameters
- itemName
- Type: SystemString
Name of the item. - subitemIndex
- Type: SystemInt32
Index of the subitem.
Return Value
Type:
TThe value of the specified subitem.
Exceptions See Also