Int16KeyFrameCollection.Add(Int16KeyFrame) 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 Int16KeyFrame à la fin de la collection.
public:
int Add(System::Windows::Media::Animation::Int16KeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.Int16KeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.Int16KeyFrame -> int
Public Function Add (keyFrame As Int16KeyFrame) As Integer
Paramètres
- keyFrame
- Int16KeyFrame
Int16KeyFrame à ajouter à la fin de la collection.
Retours
Index auquel le keyFrame
a été ajouté.