BitmapEffectCollection.IndexOf(BitmapEffect) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意:此 API 现已过时。 未过时的替代项为 Effect。 检索指定 BitmapEffect 的第一个实例的索引。
public:
virtual int IndexOf(System::Windows::Media::Effects::BitmapEffect ^ value);
public int IndexOf (System.Windows.Media.Effects.BitmapEffect value);
abstract member IndexOf : System.Windows.Media.Effects.BitmapEffect -> int
override this.IndexOf : System.Windows.Media.Effects.BitmapEffect -> int
Public Function IndexOf (value As BitmapEffect) As Integer
参数
- value
- BitmapEffect
要在集合中查找的效果。
返回
指定效果的索引。