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>

集合内容的一个枚举数。

实现

适用于