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> インターフェイスにキャストされる場合のみ、使用できます。

適用対象