TableStructure.IEnumerable<TableRowGroupStructure>.GetEnumerator 메서드

정의

이 메서드는 구현되지 않았습니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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

반환

항상 NotSupportedException이 발생합니다.

구현

적용 대상