TextDecorationCollection.Enumerator Структура

Определение

Выполняет перечисление элементов TextDecoration в объекте TextDecoration.

public: value class TextDecorationCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::TextDecoration ^>
public struct TextDecorationCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.TextDecoration>
type TextDecorationCollection.Enumerator = struct
    interface IEnumerator<TextDecoration>
    interface IDisposable
    interface IEnumerator
type TextDecorationCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<TextDecoration>
    interface IDisposable
type TextDecorationCollection.Enumerator = struct
    interface IEnumerator<TextDecoration>
    interface IEnumerator
    interface IDisposable
Public Structure TextDecorationCollection.Enumerator
Implements IEnumerator(Of TextDecoration)
Наследование
TextDecorationCollection.Enumerator
Реализации

Свойства

Current

Получает текущий элемент в коллекции.

Методы

MoveNext()

Перемещает перечислитель к следующему элементу коллекции.

Reset()

Сбрасывает перечислитель, возвращая его в исходное положение — перед первым элементом в коллекции.

Явные реализации интерфейса

IDisposable.Dispose()

Описание этих членов см. в описании свойства Dispose().

IEnumerator.Current

Описание этих членов см. в описании свойства Current.

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

См. также раздел