GradientStopCollection.Enumerator 구조체

정의

GradientStopCollectionGradientStop 항목을 열거합니다.

public: value class GradientStopCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::GradientStop ^>
public struct GradientStopCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.GradientStop>
type GradientStopCollection.Enumerator = struct
    interface IEnumerator<GradientStop>
    interface IDisposable
    interface IEnumerator
type GradientStopCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<GradientStop>
    interface IDisposable
type GradientStopCollection.Enumerator = struct
    interface IEnumerator<GradientStop>
    interface IEnumerator
    interface IDisposable
Public Structure GradientStopCollection.Enumerator
Implements IEnumerator(Of GradientStop)
상속
GradientStopCollection.Enumerator
구현

속성

Current

컬렉션의 현재 요소를 가져옵니다.

메서드

MoveNext()

열거자를 컬렉션의 다음 요소로 이동합니다.

Reset()

컬렉션의 첫 번째 요소 앞의 초기 위치에 열거자를 다시 설정합니다.

명시적 인터페이스 구현

IDisposable.Dispose()

이 형식 또는 멤버는 WPF(Windows Presentation Foundation) 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

IEnumerator.Current

이 형식 또는 멤버는 WPF(Windows Presentation Foundation) 인프라를 지원하며 사용자 코드에서 직접 사용할 수 없습니다.

적용 대상