TriggerActionCollection.IndexOf(TriggerAction) 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.
Retourne l'index de l'élément spécifié dans la collection.
public:
virtual int IndexOf(System::Windows::TriggerAction ^ value);
public int IndexOf (System.Windows.TriggerAction value);
abstract member IndexOf : System.Windows.TriggerAction -> int
override this.IndexOf : System.Windows.TriggerAction -> int
Public Function IndexOf (value As TriggerAction) As Integer
Paramètres
- value
- TriggerAction
Objet TriggerAction à placer dans la collection.
Retours
Index de la value
si l'objet TriggerAction se trouve dans la collection ; sinon, -1.