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이 발생합니다.

구현

적용 대상