TimelineCollection.Contains(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.
Détermine si la collection TimelineCollection contient l'objet Timeline spécifié.
public:
virtual bool Contains(System::Windows::Media::Animation::Timeline ^ value);
public bool Contains (System.Windows.Media.Animation.Timeline value);
abstract member Contains : System.Windows.Media.Animation.Timeline -> bool
override this.Contains : System.Windows.Media.Animation.Timeline -> bool
Public Function Contains (value As Timeline) As Boolean
Paramètres
- value
- Timeline
Objet à trouver.
Retours
true
si la valeur value
est trouvée, sinon false
.