BitmapEffectCollection.IEnumerable<BitmapEffect>.GetEnumerator 方法

定义

注意:此 API 现在已过时。 未过时的替代项为 Effect。 有关此成员的说明,请参见 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

返回

一个可用于循环访问集合的 IEnumerator<T> 对象。

实现

注解

此成员是显式接口成员的实现。 它只能在 BitmapEffectCollection 实例被强制转换为 IEnumerable<T> 接口时使用。

适用于