Returns a collection of items.
Namespace:
SmartBear.TestLeft.TestObjects
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IItemCollection<ITreeViewItem> wItems { get; }
ReadOnly Property wItems As IItemCollection(Of ITreeViewItem)
Get
Dim instance As ITreeView
Dim value As IItemCollection(Of ITreeViewItem)
value = instance.wItems
property IItemCollection<ITreeViewItem^>^ wItems {
IItemCollection<ITreeViewItem^>^ get ();
}
Property Value
Type:
IItemCollectionITreeViewItemExceptions See Also