TextDecorationCollection.Enumerator Struktura

Definice

Vytvoří TextDecoration výčet položek v objektu 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)
Dědičnost
TextDecorationCollection.Enumerator
Implementuje

Vlastnosti

Current

Získá aktuální prvek v kolekci.

Metody

MoveNext()

Posune enumerátor na další prvek v kolekci.

Reset()

Obnoví enumerátor na počáteční pozici, která je před prvním prvkem v kolekci.

Explicitní implementace rozhraní

IDisposable.Dispose()

Popis těchto členů najdete v tématu Dispose().

IEnumerator.Current

Popis těchto členů najdete v tématu Current.

Platí pro

Viz také