PathFigureCollection.Enumerator Struct

Definitie

Opsomming van PathFigure items in een 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)
Overname
PathFigureCollection.Enumerator
Implementeringen

Eigenschappen

Name Description
Current

Haalt het huidige element in de verzameling op.

Methoden

Name Description
MoveNext()

Hiermee gaat u naar het volgende element in de verzameling.

Reset()

Stelt de enumerator opnieuw in op de oorspronkelijke positie, die vóór het eerste element in de verzameling valt.

Expliciete interface-implementaties

Name Description
IDisposable.Dispose()

Dit type of lid ondersteunt de Windows Presentation Foundation -infrastructuur (WPF) en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

IEnumerator.Current

Dit type of lid ondersteunt de Windows Presentation Foundation -infrastructuur (WPF) en is niet bedoeld om rechtstreeks vanuit uw code te worden gebruikt.

Van toepassing op