GeneralTransformCollection.Enumerator 구조체
정의
GeneralTransformCollection의 GeneralTransform 항목을 열거합니다.Enumerates GeneralTransform items in a GeneralTransformCollection.
public: value class GeneralTransformCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::GeneralTransform ^>
public struct GeneralTransformCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.GeneralTransform>
type GeneralTransformCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<GeneralTransform>
interface IDisposable
Public Structure GeneralTransformCollection.Enumerator
Implements IEnumerator(Of GeneralTransform)
- 상속
- 구현
속성
Current |
컬렉션의 현재 요소를 가져옵니다.Gets 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, which is before the first element in the collection. |
명시적 인터페이스 구현
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. |