IListViewCollectionT Interface |
Namespace: SmartBear.TestLeft.TestObjects
Name | Description | |
---|---|---|
![]() | ItemInt32 |
Gets an item by its index (zero-based).
|
![]() | ItemString |
Gets an item value by the item's name.
|
![]() | ItemInt32, Int32 |
Gets a subitem's value by the parent item's index (zero-based) and subitem's index (zero-based).
|
![]() | ItemInt32, String |
Gets a subitem's value by the parent item's index (zero-based) and subitem's name.
|
![]() | ItemString, Int32 |
Gets a subitem's value by the parent item name and subitem's index (zero-based).
|
![]() | ItemString, String |
Gets a subitem's value by the parent item's name and subitem's name.
|