TimelineCollection.IEnumerable<Timeline>.GetEnumerator メソッド

定義

このメンバーの詳細については、「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

戻り値

コレクションを反復処理するために使用できる IEnumerator オブジェクト。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、TimelineCollection のインスタンスが IEnumerable インターフェイスにキャストされる場合のみ、使用できます。

適用対象