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

适用于

另请参阅