TableRowGroupStructure.IEnumerable<TableRowStructure>.GetEnumerator Method

Definition

This method has not been implemented.

 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

Returns

Always raises NotSupportedException.

Implements

Applies to