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