PointCollection.Enumerator Struct

Definitie

Opsomming van Point items in een PointCollection.

public: value class PointCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Point>
public struct PointCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Point>
type PointCollection.Enumerator = struct
    interface IEnumerator<Point>
    interface IDisposable
    interface IEnumerator
type PointCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<Point>
    interface IDisposable
type PointCollection.Enumerator = struct
    interface IEnumerator
    interface IDisposable
    interface IEnumerator<Point>
Public Structure PointCollection.Enumerator
Implements IEnumerator(Of Point)
Overname
PointCollection.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

Zie ook