IWinListViewSelectItem Method (String) |
Selects the item.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax string SelectItem(
string itemName
)
Function SelectItem (
itemName As String
) As String
Dim instance As IWinListView
Dim itemName As String
Dim returnValue As String
returnValue = instance.SelectItem(itemName)
String^ SelectItem(
String^ itemName
)
Parameters
- itemName
- Type: SystemString
The item's name.
Return Value
Type:
StringThe captions of the selected item and its subitems
Exceptions See Also