TableRowCollection.IEnumerable<TableRow>.GetEnumerator メソッド

定義

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

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

返品

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

実装

注釈

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

適用対象