TransformCollection.Enumerator 구조체
정의
TransformCollection에 대한 간단한 반복을 지원합니다.Supports a simple iteration over a TransformCollection.
public: value class TransformCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Transform ^>
public struct TransformCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Transform>
type TransformCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<Transform>
interface IDisposable
Public Structure TransformCollection.Enumerator
Implements IEnumerator(Of Transform)
- 상속
- 구현
설명
별도로 언급한 경우를 제외하고 이 구조체의 멤버는 IEnumerator 인터페이스에 설명된 대로 정확하게 동작합니다.Except where noted, members of this structure behave exactly as described by the IEnumerator interface.
속성
Current |
TransformCollection의 현재 항목을 가져옵니다.Gets the current item in the TransformCollection. |
메서드
MoveNext() |
열거자를 컬렉션의 다음 요소로 이동합니다.Advances the enumerator to the next element in the collection. |
Reset() |
TransformCollection의 첫 번째 항목 앞의 초기 위치에 열거자를 설정합니다.Resets the enumerator to its initial position, which is before the first item in the TransformCollection. |
명시적 인터페이스 구현
IDisposable.Dispose() |
이 형식 또는 멤버는 WPF(Windows Presentation Foundation)Windows Presentation Foundation (WPF) 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.This type or member supports the WPF(Windows Presentation Foundation)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |
IEnumerator.Current |
이 형식 또는 멤버는 WPF(Windows Presentation Foundation)Windows Presentation Foundation (WPF) 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.This type or member supports the WPF(Windows Presentation Foundation)Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code. |