TextEffectCollection.IEnumerable<TextEffect>.GetEnumerator Метод

Определение

Описание этого члена см. в разделе 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

Возвращаемое значение

IEnumerator<TextEffect>

Объект IEnumerator<T>, который используется для прохода по коллекции.

Реализации

Комментарии

Этот член представляет собой явную реализацию члена интерфейса. Он может использоваться, только если экземпляр TextEffectCollection приведен к типу интерфейса IEnumerable<T>.

Применяется к

См. также раздел