IExplorerBarItemsCollectionTItem Property (Int32, Int32) |
Gets an item value by the item index (zero-based) and group 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[
int groupIndex,
int itemIndex
] { get; }
ReadOnly Default Property Item (
groupIndex As Integer,
itemIndex As Integer
) As T
Get
Dim instance As IExplorerBarItemsCollection
Dim groupIndex As Integer
Dim itemIndex As Integer
Dim value As T
value = instance(groupIndex, itemIndex)
property T default[int groupIndex, int itemIndex] {
T get (int groupIndex, int itemIndex);
}
Parameters
- groupIndex
- Type: SystemInt32
Index of the group. - itemIndex
- Type: SystemInt32
Index of the item.
Return Value
Type:
TThe value of the specified item.
Exceptions See Also