ListViewGroupCollection::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator used to iterate through the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Implements
IEnumerable::GetEnumerator()This method is useful when you need to iterate through the collection to perform the same operation on each group. You can also loop through the collection once for each group, using the Count property to determine the number of loops.
.NET Framework
Available since 2.0
Available since 2.0
Show: