PathSegmentCollection.IEnumerable<PathSegment>.GetEnumerator Methode

Definition

Eine Beschreibung dieses Mitglieds finden Sie unter 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

Gibt zurück

Ein IEnumerator<T> Objekt, das zum Durchlaufen der Auflistung verwendet werden kann.

Implementiert

Hinweise

Dieses Element ist eine explizite Schnittstellenmitgliedsimplementierung. Sie kann nur verwendet werden, wenn die PathSegmentCollection Instanz in eine IEnumerable<T> Schnittstelle umgegossen wird.

Gilt für: