BitmapMetadata.IEnumerable<String>.GetEnumerator メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
このメンバーの詳細については、「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.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>
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> インターフェイスにキャストされる場合のみ、使用できます。