Share via


TimelineCollection.IEnumerable<Timeline>.GetEnumerator Metoda

Definice

Popis tohoto člena najdete v tématu 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

Návraty

Objekt, IEnumerator který lze použít pro iteraci prostřednictvím kolekce.

Implementuje

Poznámky

Tento člen je explicitní implementace členu rozhraní. Lze jej použít pouze v případě, že TimelineCollection je instance přetypovaná na IEnumerable rozhraní.

Platí pro