TimelineCollection.Enumerator 構造体

定義

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)
継承
TimelineCollection.Enumerator
実装

プロパティ

Current

コレクション内の現在の要素を表す値を取得します。

メソッド

MoveNext()

列挙子をコレクションの次の要素に進めます。

Reset()

列挙子を初期位置にリセットします。

明示的なインターフェイスの実装

IDisposable.Dispose()

このメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

IEnumerator.Current

このメンバーは、Windows Presentation Foundation (WPF) インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

適用対象

こちらもご覧ください