IWinListViewwItem Property |
Returns the name of the item specified by its index or using a wildcard.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IListViewCollection<string> wItem { get; }
ReadOnly Property wItem As IListViewCollection(Of String)
Get
Dim instance As IWinListView
Dim value As IListViewCollection(Of String)
value = instance.wItem
property IListViewCollection<String^>^ wItem {
IListViewCollection<String^>^ get ();
}
Property Value
Type:
IListViewCollectionStringExceptions See Also