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<BitmapEffect>

컬렉션을 반복하는 데 사용할 수 있는 IEnumerator<T> 개체입니다.

구현

설명

이 멤버는 명시적 인터페이스 멤버 구현이며, BitmapEffectCollection 인스턴스가 IEnumerable<T> 인터페이스로 캐스팅된 경우에만 사용할 수 있습니다.

적용 대상