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.

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

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