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>

Перечислитель для содержимого коллекции.

Реализации

Применяется к