PathFigureCollection.Enumerator Struktura

Definice

Výčty PathFigure položek v souboru PathFigureCollection.

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

Vlastnosti

Current

Získá aktuální prvek v kolekci.

Metody

MoveNext()

Přejde výčet na další prvek v kolekci.

Reset()

Obnoví enumerátor na jeho počáteční pozici, což je před prvním prvkem v kolekci.

Explicitní implementace rozhraní

IDisposable.Dispose()

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

IEnumerator.Current

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

Platí pro