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<TableCell>

IEnumerator<T> 物件,可用於逐一查看集合。

實作

備註

這個成員是明確介面成員實作, 只有在 TableCellCollection 執行個體轉換成 IEnumerable<T> 介面時,才能使用這個成員。

適用於