PropertyEntryCollection.IEnumerable.GetEnumerator Metoda

Definicja

Zwraca IEnumerator obiekt, który iteruje wszystkie PropertyEntry wystąpienia w tej kolekcji.

 virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator

Zwraca

IEnumerator

Obiekt, IEnumerator który może służyć do iterować po kolekcji PropertyEntry wystąpień.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Może być używany tylko PropertyEntryCollection wtedy, gdy wystąpienie jest rzutowania do IEnumerable interfejsu.

Dotyczy