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) 基礎結構,而且不適合直接從程式碼使用。

適用於

另請參閱