TextEffectCollection.Enumerator 结构
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
枚举 TextEffectCollection 中的 TextEffect 项。
public: value class TextEffectCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::TextEffect ^>
public struct TextEffectCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.TextEffect>
type TextEffectCollection.Enumerator = struct
interface IEnumerator<TextEffect>
interface IDisposable
interface IEnumerator
type TextEffectCollection.Enumerator = struct
interface IEnumerator
interface IEnumerator<TextEffect>
interface IDisposable
type TextEffectCollection.Enumerator = struct
interface IEnumerator<TextEffect>
interface IEnumerator
interface IDisposable
Public Structure TextEffectCollection.Enumerator
Implements IEnumerator(Of TextEffect)
- 继承
- 实现
属性
Current |
获取集合中的当前元素。 |
方法
MoveNext() |
将枚举数前移到集合中的下一个元素。 |
Reset() |
将枚举数重置至其初始位置,即位于集合中第一个元素之前。 |
显式接口实现
IDisposable.Dispose() |
有关此成员的说明,请参见 Dispose()。 |
IEnumerator.Current |
有关此成员的说明,请参见 Current。 |