BitmapEffectCollection.IEnumerable<BitmapEffect>.GetEnumerator Metoda

Definicja

Uwaga: ten interfejs API jest teraz przestarzały. Alternatywą nie przestarzałą jest Effect. Aby uzyskać opis tego elementu członkowskiego, zobacz 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

Zwraca

Obiekt IEnumerator<T>, który może służyć do iterowania po kolekcji.

Implementuje

Uwagi

Ten element jest jawną implementacją członków. Można go używać tylko wtedy, gdy BitmapEffectCollection wystąpienie jest rzutowanie do interfejsu IEnumerable<T> .

Dotyczy