TextDecorationCollection.IEnumerable.GetEnumerator 方法
定义
返回一个循环访问集合的枚举器。Returns an enumerator that iterates through the collection.
virtual System::Collections::IEnumerator ^ System.Collections.IEnumerable.GetEnumerator() = System::Collections::IEnumerable::GetEnumerator;
System.Collections.IEnumerator IEnumerable.GetEnumerator ();
abstract member System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
override this.System.Collections.IEnumerable.GetEnumerator : unit -> System.Collections.IEnumerator
Function GetEnumerator () As IEnumerator Implements IEnumerable.GetEnumerator
返回
一个可用于循环访问集合的 IEnumerator 对象。An IEnumerator object that can be used to iterate through the collection.
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 TextDecorationCollection 实例被强制转换为 IEnumerable 接口时使用。It can be used only when the TextDecorationCollection instance is cast to an IEnumerable interface.