Returns a collection of item names. An item name can be retrieved by the item's index.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IReadOnlyEnumCollection<string> wItem { get; }
ReadOnly Property wItem As IReadOnlyEnumCollection(Of String)
Get
Dim instance As IComboBox
Dim value As IReadOnlyEnumCollection(Of String)
value = instance.wItem
property IReadOnlyEnumCollection<String^>^ wItem {
IReadOnlyEnumCollection<String^>^ get ();
}
Property Value
Type:
IReadOnlyEnumCollectionStringExceptions See Also