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