BitmapEffectCollection.IEnumerable<BitmapEffect>.GetEnumerator Method

Definition

Note: This API is now obsolete. The non-obsolete alternative is Effect. For a description of this member, see GetEnumerator().

 virtual System::Collections::Generic::IEnumerator<System::Windows::Media::Effects::BitmapEffect ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Media.Effects.BitmapEffect>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Media::Effects::BitmapEffect ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Media.Effects.BitmapEffect> IEnumerable<BitmapEffect>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Media.Effects.BitmapEffect>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.Effects.BitmapEffect>
override this.System.Collections.Generic.IEnumerable<System.Windows.Media.Effects.BitmapEffect>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.Effects.BitmapEffect>
Function GetEnumerator () As IEnumerator(Of BitmapEffect) Implements IEnumerable(Of BitmapEffect).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 BitmapEffectCollection instance is cast to an IEnumerable<T> interface.

Applies to