ListItemStructure.IEnumerable<BlockElement>.GetEnumerator 方法

定义

此方法尚未实现。

 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

返回

IEnumerator<BlockElement>

始终引发 NotSupportedException

实现

适用于