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) インフラストラクチャをサポートしており、コードから直接使用するためのものではありません。

適用対象

こちらもご覧ください