TextDecorationCollection.Enumerator 구조체

정의

의 항목을 TextDecoration열거합니다TextDecoration.

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

속성

Name Description
Current

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

메서드

Name Description
MoveNext()

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

Reset()

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

명시적 인터페이스 구현

Name Description
IDisposable.Dispose()

이 멤버에 대한 설명은 Dispose()참조하세요.

IEnumerator.Current

이 멤버에 대한 설명은 Current참조하세요.

적용 대상

추가 정보