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