TableRowStructure.IEnumerable<TableCellStructure>.GetEnumerator Method

Definition

This method has not been implemented.

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

Returns

Always raises NotSupportedException.

Implements

Applies to