TimelineCollection.Enumerator 구조체
정의
TimelineCollection의 멤버를 열거합니다.Enumerates the members of a 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 IEnumerator
interface IDisposable
type TimelineCollection.Enumerator = struct
interface IEnumerator<Timeline>
interface IDisposable
interface IEnumerator
type TimelineCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<Timeline>
interface IDisposable
Public Structure TimelineCollection.Enumerator
Implements IEnumerator(Of Timeline)
- 상속
- 구현
속성
Current |
컬렉션의 현재 요소를 나타내는 값을 가져옵니다.Gets a value that represents the current element in the collection. |
메서드
MoveNext() |
열거자를 컬렉션의 다음 요소로 이동합니다.Advances the enumerator to the next element in the collection. |
Reset() |
열거자를 초기 위치로 다시 설정합니다.Resets the enumerator to its initial position. |
명시적 인터페이스 구현
IDisposable.Dispose() |
이 멤버는 Windows Presentation Foundation (WPF) 인프라를 지원 하며 사용자 코드에서 직접 사용할 수 없습니다.This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IEnumerator.Current |
이 멤버는 Windows Presentation Foundation (WPF) 인프라를 지원 하며 사용자 코드에서 직접 사용할 수 없습니다.This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |