PathSegmentCollection.IEnumerable<PathSegment>.GetEnumerator Metoda

Definicja

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

 virtual System::Collections::Generic::IEnumerator<System::Windows::Media::PathSegment ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Media.PathSegment>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Media::PathSegment ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Media.PathSegment> IEnumerable<PathSegment>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Media.PathSegment>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.PathSegment>
override this.System.Collections.Generic.IEnumerable<System.Windows.Media.PathSegment>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.PathSegment>
Function GetEnumerator () As IEnumerator(Of PathSegment) Implements IEnumerable(Of PathSegment).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 PathSegmentCollection wystąpienie jest rzutowanie do interfejsu IEnumerable<T> .

Dotyczy