PathSegmentCollection.Enumerator Struktura

Definice

Podporuje jednoduchou iteraci přes .PathSegmentCollection

public: value class PathSegmentCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::PathSegment ^>
public struct PathSegmentCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.PathSegment>
type PathSegmentCollection.Enumerator = struct
    interface IEnumerator<PathSegment>
    interface IDisposable
    interface IEnumerator
type PathSegmentCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<PathSegment>
    interface IDisposable
type PathSegmentCollection.Enumerator = struct
    interface IEnumerator<PathSegment>
    interface IEnumerator
    interface IDisposable
Public Structure PathSegmentCollection.Enumerator
Implements IEnumerator(Of PathSegment)
Dědičnost
PathSegmentCollection.Enumerator
Implementuje

Poznámky

Pokud není uvedeno, členové této struktury se chovají přesně tak, jak je popsáno rozhraním IEnumerator .

Vlastnosti

Name Description
Current

Získá aktuální položku v objektu PathSegmentCollection.

Metody

Name Description
MoveNext()

Přejde enumerátor na další prvek v kolekci.

Reset()

Obnoví enumerátor na počáteční pozici, která je před první položkou v objektu PathSegmentCollection.

Explicitní implementace rozhraní

Name Description
IDisposable.Dispose()

Tento typ nebo člen podporuje infrastrukturu Windows Presentation Foundation (WPF (Windows Presentation Foundation)) a není určena k použití přímo z vašeho kódu.

IEnumerator.Current

Tento typ nebo člen podporuje infrastrukturu Windows Presentation Foundation (WPF (Windows Presentation Foundation)) a není určena k použití přímo z vašeho kódu.

Platí pro

Viz také