TimelineCollection.Enumerator Struct

Definitie

Inventariseert de leden van een TimelineCollection.

public: value class TimelineCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Animation::Timeline ^>
public struct TimelineCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Animation.Timeline>
type TimelineCollection.Enumerator = struct
    interface IEnumerator<Timeline>
    interface IDisposable
    interface IEnumerator
type TimelineCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<Timeline>
    interface IDisposable
type TimelineCollection.Enumerator = struct
    interface IEnumerator<Timeline>
    interface IEnumerator
    interface IDisposable
Public Structure TimelineCollection.Enumerator
Implements IEnumerator(Of Timeline)
Overname
TimelineCollection.Enumerator
Implementeringen

Eigenschappen

Name Description
Current

Hiermee wordt een waarde opgehaald die het huidige element in de verzameling vertegenwoordigt.

Methoden

Name Description
MoveNext()

Hiermee gaat u naar het volgende element in de verzameling.

Reset()

Hiermee stelt u de enumerator opnieuw in op de oorspronkelijke positie.

Expliciete interface-implementaties

Name Description
IDisposable.Dispose()

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

IEnumerator.Current

Dit 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