DesignerRegionCollection::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumerator that iterates through the collection.
Assembly: System.Design (in System.Design.dll)
Return Value
Type: System.Collections::IEnumerator^An IEnumerator that can be used to iterate through the collection.
Use the Count property together with a loop construct, such as while, for, or foreach statements, to enumerate through the DesignerRegionCollection object.
.NET Framework
Available since 2.0
Available since 2.0
Show: