TableRowGroupStructure.IEnumerable<TableRowStructure>.GetEnumerator 方法

定义

此方法尚未实现。

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

返回

IEnumerator<TableRowStructure>

始终引发 NotSupportedException

实现

适用于