TimelineCollection.IndexOf(Timeline) 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.
Obtient la position d’index de base zéro d’un objet Timeline dans le TimelineCollection.
public:
virtual int IndexOf(System::Windows::Media::Animation::Timeline ^ value);
public int IndexOf(System.Windows.Media.Animation.Timeline value);
abstract member IndexOf : System.Windows.Media.Animation.Timeline -> int
override this.IndexOf : System.Windows.Media.Animation.Timeline -> int
Public Function IndexOf (value As Timeline) As Integer
Paramètres
- value
- Timeline
Objet à localiser.
Retours
Position d’index de value cette liste. S’il n’est pas trouvé, -1 est retourné.