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> 接口时使用。

适用于