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이 발생합니다.

구현

적용 대상