IWinListViewwGroups Property |
Returns information about the group specified by its identifier or index.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax IListViewGroupCollection<IWinListViewGroup> wGroups { get; }
ReadOnly Property wGroups As IListViewGroupCollection(Of IWinListViewGroup)
Get
Dim instance As IWinListView
Dim value As IListViewGroupCollection(Of IWinListViewGroup)
value = instance.wGroups
property IListViewGroupCollection<IWinListViewGroup^>^ wGroups {
IListViewGroupCollection<IWinListViewGroup^>^ get ();
}
Property Value
Type:
IListViewGroupCollectionIWinListViewGroupExceptions See Also