TextDecorationCollection.Enumerator Struct-datatyp

Definition

Räknar upp TextDecoration objekt i en 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)
Arv
TextDecorationCollection.Enumerator
Implementeringar

Egenskaper

Name Description
Current

Hämtar det aktuella elementet i samlingen.

Metoder

Name Description
MoveNext()

Avancerar uppräknaren till nästa element i samlingen.

Reset()

Återställer uppräknaren till sin ursprungliga position, vilket är före det första elementet i samlingen.

Explicita gränssnittsimplementeringar

Name Description
IDisposable.Dispose()

En beskrivning av dessa medlemmar finns i Dispose().

IEnumerator.Current

En beskrivning av dessa medlemmar finns i Current.

Gäller för

Se även