BitmapEffectCollection.IEnumerable<BitmapEffect>.GetEnumerator Methode

Definition

Hinweis: Diese API ist mittlerweile veraltet. Die nicht veraltete Alternative ist Effect. Eine Beschreibung dieses Elements finden Sie unter 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

Gibt zurück

Ein IEnumerator<T>-Objekt, das zum Durchlaufen der Auflistung verwendet werden kann.

Implementiert

Hinweise

Bei diesem Member handelt es sich um eine explizite Schnittstellenmemberimplementierung. Er kann nur verwendet werden, wenn die BitmapEffectCollection-Instanz in eine IEnumerable<T>-Schnittstelle umgewandelt wird.

Gilt für: