PropertyGrid::PropertyTabCollection::GetEnumerator Method ()
.NET Framework (current version)
Returns an enumeration of all the Property tabs in the collection.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Return Value
Type: System.Collections::IEnumerator^An IEnumerator for the System.Windows.Forms::PropertyGrid::PropertyTabCollection.
Implements
IEnumerable::GetEnumerator()This method creates an enumerator that contains a snapshot of the collection. You can change the collection by changing the enumerator; however, multiple enumerators can simultaneously access the same collection. Changing the collection, either directly or through another enumerator, can cause Current or MoveNext to throw an exception.
Two enumerators created from the same collection at the same time can contain different snapshots. Removing objects from the enumerator also removes them from the collection.
.NET Framework
Available since 1.1
Available since 1.1
Show: