BitmapMetadata.IEnumerable<String>.GetEnumerator メソッド

定義

このメンバーの説明については、 GetEnumerator()を参照してください。

 virtual System::Collections::Generic::IEnumerator<System::String ^> ^ System.Collections.Generic.IEnumerable<System.String>.GetEnumerator() = System::Collections::Generic::IEnumerable<System::String ^>::GetEnumerator;
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
System.Collections.Generic.IEnumerator<string> IEnumerable<string>.GetEnumerator();
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
abstract member System.Collections.Generic.IEnumerable<System.String>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<string>
override this.System.Collections.Generic.IEnumerable<System.String>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<string>
Function GetEnumerator () As IEnumerator(Of String) Implements IEnumerable(Of String).GetEnumerator

返品

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

実装

属性

注釈

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

適用対象