IExplorerBarItemsCollectionTItem Property (String, Int32) |
Gets an item value by the item index (zero-based) and the group name.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax T this[
string groupName,
int itemIndex
] { get; }
ReadOnly Default Property Item (
groupName As String,
itemIndex As Integer
) As T
Get
Dim instance As IExplorerBarItemsCollection
Dim groupName As String
Dim itemIndex As Integer
Dim value As T
value = instance(groupName, itemIndex)
property T default[String^ groupName, int itemIndex] {
T get (String^ groupName, int itemIndex);
}
Parameters
- groupName
- Type: SystemString
Name of the group. - itemIndex
- Type: SystemInt32
Index of the item.
Return Value
Type:
TThe value of the specified item.
Exceptions See Also