TextElementCollection<TextElementType>.GetEnumerator Metoda

Definice

Vrátí enumerátor pro obsah kolekce.

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)

Návraty

IEnumerator<TextElementType>

Enumerátor pro obsah kolekce.

Implementuje

Platí pro