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) 基础结构,不打算直接从代码使用。 |