BitmapEffectCollection.IndexOf(BitmapEffect) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Remarque : cette API est maintenant obsolète. L'alternative non obsolète est Effect. Récupère l'index de la première instance du BitmapEffectspécifié.
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
Paramètres
- value
- BitmapEffect
Effet à rechercher dans la collection.
Retours
Index de l'effet spécifié.