IListViewCollectionTItem Property (String, String) |
Gets a subitem's value by the parent item's name 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[
string itemName,
string subitemName
] { get; }
ReadOnly Default Property Item (
itemName As String,
subitemName As String
) As T
Get
Dim instance As IListViewCollection
Dim itemName As String
Dim subitemName As String
Dim value As T
value = instance(itemName, subitemName)
property T default[String^ itemName, String^ subitemName] {
T get (String^ itemName, String^ subitemName);
}
Parameters
- itemName
- Type: SystemString
Name of the item. - subitemName
- Type: SystemString
Name of the subitem.
Return Value
Type:
TThe value of the specified subitem.
Exceptions See Also