GradientStopCollection.IEnumerable<GradientStop>.GetEnumerator メソッド

定義

このメンバーの詳細については、「GetEnumerator()」をご覧ください。

 virtual System::Collections::Generic::IEnumerator<System::Windows::Media::GradientStop ^> ^ System.Collections.Generic.IEnumerable<System.Windows.Media.GradientStop>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::Windows::Media::GradientStop ^>::GetEnumerator;
System.Collections.Generic.IEnumerator<System.Windows.Media.GradientStop> IEnumerable<GradientStop>.GetEnumerator ();
abstract member System.Collections.Generic.IEnumerable<System.Windows.Media.GradientStop>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.GradientStop>
override this.System.Collections.Generic.IEnumerable<System.Windows.Media.GradientStop>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<System.Windows.Media.GradientStop>
Function GetEnumerator () As IEnumerator(Of GradientStop) Implements IEnumerable(Of GradientStop).GetEnumerator

戻り値

IEnumerator<GradientStop>

コレクションを反復処理するために使用できる IEnumerator<T> オブジェクト。

実装

注釈

このメンバーは、明示的なインターフェイス メンバーの実装です。 これは、GradientStopCollection のインスタンスが IEnumerable<T> インターフェイスにキャストされる場合のみ、使用できます。

適用対象