TimelineCollection.Enumerator 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
列舉 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)
- 繼承
- 實作
屬性
Current |
取得值,這個值表示集合中的目前項目。 |
方法
MoveNext() |
將列舉值設為集合中的下一個項目。 |
Reset() |
將列舉值重設至其初始位置。 |
明確介面實作
IDisposable.Dispose() |
此成員支援Windows Presentation Foundation (WPF) 基礎結構,而且不適合直接從程式碼使用。 |
IEnumerator.Current |
此成員支援Windows Presentation Foundation (WPF) 基礎結構,而且不適合直接從程式碼使用。 |