TextEffectCollection.IEnumerable<TextEffect>.GetEnumerator Method

Definition

For a description of this member, see 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

Returns

An IEnumerator<T> object that can be used to iterate through the collection.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the TextEffectCollection instance is cast to an IEnumerable<T> interface.

Applies to

See also