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<T> , который можно использовать для итерации через коллекцию.

Реализации

Комментарии

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

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

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