PathFigureCollection.IEnumerable<PathFigure>.GetEnumerator Metoda

Definicja

Aby uzyskać opis tego członka, zobacz GetEnumerator().

 virtual System::Collections::Generic::IEnumerator<System::Windows::Media::PathFigure ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Media::PathFigure ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Media.PathFigure> IEnumerable<PathFigure>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.PathFigure>
override this.System.Collections.Generic.IEnumerable<System.Windows.Media.PathFigure>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.PathFigure>
Function GetEnumerator () As IEnumerator(Of PathFigure) Implements IEnumerable(Of PathFigure).GetEnumerator

Zwraca

Obiekt IEnumerator<T>, który może służyć do iterowania po kolekcji.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy PathFigureCollection wystąpienie jest rzutowe do interfejsu IEnumerable<T> .

Dotyczy