BitmapEffectCollection.IndexOf(BitmapEffect) Méthode

Définition

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

Int32

Index de l'effet spécifié.

Implémente

S’applique à