TextEffectCollection.IEnumerable<TextEffect>.GetEnumerator Yöntem

Tanım

Bu üyenin açıklaması için bkz GetEnumerator(). .

 virtual System::Collections::Generic::IEnumerator<System::Windows::Media::TextEffect ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Media.TextEffect>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Media::TextEffect ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Media.TextEffect> IEnumerable<TextEffect>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Media.TextEffect>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.TextEffect>
override this.System.Collections.Generic.IEnumerable<System.Windows.Media.TextEffect>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.TextEffect>
Function GetEnumerator () As IEnumerator(Of TextEffect) Implements IEnumerable(Of TextEffect).GetEnumerator

Döndürülenler

IEnumerator<TextEffect>

Koleksiyonda yinelemek için kullanılabilecek bir IEnumerator<T> nesnesi.

Uygulamalar

Açıklamalar

Bu üye, açık bir arabirim üyesi uygulamasıdır. Yalnızca örnek bir IEnumerable<T> arabirime TextEffectCollection yayınlandığında kullanılabilir.

Şunlara uygulanır

Ayrıca bkz.