TableCellCollection.IEnumerable<TableCell>.GetEnumerator メソッド

定義

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

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

戻り値

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

実装

注釈

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

適用対象