TableCellStructure.IEnumerable<BlockElement>.GetEnumerator Method

Definition

This API is not implemented.

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

Returns

This API is not implemented.

Implements

Exceptions

In all cases.

Applies to