TextEffectCollection.Enumerator Yapı

Tanım

içindeki TextEffectCollectionöğeleri numaralandırırTextEffect.

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
type TextEffectCollection.Enumerator = struct
    interface IEnumerator<TextEffect>
    interface IEnumerator
    interface IDisposable
Public Structure TextEffectCollection.Enumerator
Implements IEnumerator(Of TextEffect)
Devralma
TextEffectCollection.Enumerator
Uygulamalar

Özellikler

Current

Koleksiyondaki geçerli öğeyi alır.

Yöntemler

MoveNext()

Numaralandırıcıyı koleksiyondaki bir sonraki öğeye ilerletir.

Reset()

Numaralandırıcıyı koleksiyondaki ilk öğeden önceki ilk konumuna sıfırlar.

Belirtik Arabirim Kullanımları

IDisposable.Dispose()

Bu üyelerin açıklaması için bkz Dispose(). .

IEnumerator.Current

Bu üyelerin açıklaması için bkz Current. .

Şunlara uygulanır