TextEffectCollection.Enumerator Struct

Definizione

Enumera TextEffect gli elementi in un oggetto TextEffectCollection.

public: value class TextEffectCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::TextEffect ^>
public struct TextEffectCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.TextEffect>
type TextEffectCollection.Enumerator = struct
    interface IEnumerator<TextEffect>
    interface IDisposable
    interface IEnumerator
type TextEffectCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<TextEffect>
    interface IDisposable
Public Structure TextEffectCollection.Enumerator
Implements IEnumerator(Of TextEffect)
Ereditarietà
TextEffectCollection.Enumerator
Implementazioni

Proprietà

Nome Descrizione
Current

Ottiene l'elemento corrente nella raccolta.

Metodi

Nome Descrizione
MoveNext()

Sposta l'enumeratore all'elemento successivo nella raccolta.

Reset()

Reimposta l'enumeratore sulla posizione iniziale, ovvero prima del primo elemento della raccolta.

Implementazioni dell'interfaccia esplicita

Nome Descrizione
IDisposable.Dispose()

Per una descrizione di questi membri, vedere Dispose().

IEnumerator.Current

Per una descrizione di questi membri, vedere Current.

Si applica a