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