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>

コレクションのコンテンツの列挙子。

実装

適用対象