TimelineCollection.IEnumerable<Timeline>.GetEnumerator Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Aby uzyskać opis tego elementu członkowskiego, zobacz GetEnumerator().
virtual System::Collections::Generic::IEnumerator<System::Windows::Media::Animation::Timeline ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Media.Animation.Timeline>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Media::Animation::Timeline ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Media.Animation.Timeline> IEnumerable<Timeline>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Media.Animation.Timeline>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.Animation.Timeline>
override this.System.Collections.Generic.IEnumerable<System.Windows.Media.Animation.Timeline>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.Animation.Timeline>
Function GetEnumerator () As IEnumerator(Of Timeline) Implements IEnumerable(Of Timeline).GetEnumerator
Zwraca
Obiekt IEnumerator, który może służyć do iterowania po kolekcji.
Implementuje
Uwagi
Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy TimelineCollection wystąpienie jest rzutowanie do interfejsu IEnumerable .