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

戻り値

常に NotSupportedException が発生します。

実装

適用対象