ObjectKeyFrameCollection.Add(ObjectKeyFrame) 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.
Ajoute un ObjectKeyFrame à la fin de cette collection.
public:
int Add(System::Windows::Media::Animation::ObjectKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.ObjectKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.ObjectKeyFrame -> int
Public Function Add (keyFrame As ObjectKeyFrame) As Integer
Paramètres
- keyFrame
- ObjectKeyFrame
ObjectKeyFrame à ajouter.
Retours
Index auquel le keyFrame
a été ajouté.
Exceptions
La tentative de changement de la collection est non valide, car la collection est gelée (sa propriété IsFrozen a la valeur true
).