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; }
ReadOnly Default Property Item (
itemIndex As Integer,
subitemName As String
) As T
Get
Dim instance As IListViewCollection
Dim itemIndex As Integer
Dim subitemName As String
Dim value As T
value = instance(itemIndex, subitemName)
property T default[int itemIndex, String^ subitemName] {
T get (int itemIndex, String^ subitemName);
}
Parameters
- itemIndex
- Type: SystemInt32
Index of the item. - subitemName
- Type: SystemString
Name of the subitem.
Return Value
Type:
TThe value of the specified subitem.
Exceptions See Also