BitmapEffectCollection.Enumerator 结构

定义

注意:此 API 现已过时。 未过时的替代项为 Effect。 枚举 BitmapEffectCollection 中的 BitmapEffect 对象。

public: value class BitmapEffectCollection::Enumerator : System::Collections::Generic::IEnumerator<System::Windows::Media::Effects::BitmapEffect ^>
public struct BitmapEffectCollection.Enumerator : System.Collections.Generic.IEnumerator<System.Windows.Media.Effects.BitmapEffect>
type BitmapEffectCollection.Enumerator = struct
    interface IEnumerator<BitmapEffect>
    interface IDisposable
    interface IEnumerator
type BitmapEffectCollection.Enumerator = struct
    interface IEnumerator
    interface IEnumerator<BitmapEffect>
    interface IDisposable
type BitmapEffectCollection.Enumerator = struct
    interface IEnumerator<BitmapEffect>
    interface IEnumerator
    interface IDisposable
Public Structure BitmapEffectCollection.Enumerator
Implements IEnumerator(Of BitmapEffect)
继承
BitmapEffectCollection.Enumerator
实现

属性

Current

注意:此 API 现已过时。 未过时的替代项为 Effect。 获取集合中的当前元素。

方法

MoveNext()

注意:此 API 现已过时。 未过时的替代项为 Effect。 将枚举数前移至集合中的下一个元素。

Reset()

注意:此 API 现已过时。 未过时的替代项为 Effect。 将枚举数重置至其初始位置,即位于集合中第一个元素之前。

显式接口实现

IDisposable.Dispose()

注意:此 API 现已过时。 未过时的替代项为 Effect。 此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,并且不应在代码中直接使用。

IEnumerator.Current

注意:此 API 现已过时。 未过时的替代项为 Effect。 此类型或成员支持 Windows Presentation Foundation (WPF) 基础结构,并且不应在代码中直接使用。

适用于