TextElementCollection<TextElementType>.GetEnumerator 메서드

정의

컬렉션의 콘텐츠에 대한 열거자를 반환합니다.

public:
 virtual System::Collections::Generic::IEnumerator<TextElementType> ^ GetEnumerator();
public System.Collections.Generic.IEnumerator<TextElementType> GetEnumerator ();
abstract member GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'extElementType (requires 'extElementType :> System.Windows.Documents.TextElement)>
override this.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<'extElementType (requires 'extElementType :> System.Windows.Documents.TextElement)>
Public Function GetEnumerator () As IEnumerator(Of TextElementType)

반환

IEnumerator<TextElementType>

컬렉션의 콘텐츠에 대한 열거자입니다.

구현

적용 대상