TextDecorationCollection.Enumerator Struct

Definitie

Opsomming van TextDecoration items in een 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)
Overname
TextDecorationCollection.Enumerator
Implementeringen

Eigenschappen

Name Description
Current

Haalt het huidige element in de verzameling op.

Methoden

Name Description
MoveNext()

Hiermee gaat u naar het volgende element in de verzameling.

Reset()

Stelt de enumerator opnieuw in op de oorspronkelijke positie, die vóór het eerste element in de verzameling valt.

Expliciete interface-implementaties

Name Description
IDisposable.Dispose()

Zie voor een beschrijving van deze leden Dispose().

IEnumerator.Current

Zie voor een beschrijving van deze leden Current.

Van toepassing op

Zie ook