TableRowStructure.IEnumerable<TableCellStructure>.GetEnumerator 方法

定义

此方法尚未实现。

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

返回

始终引发 NotSupportedException

实现

适用于