DoubleKeyFrameCollection.Append(DoubleKeyFrame) 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 nouvel élément à la collection.
public:
virtual void Append(DoubleKeyFrame ^ value) = IVector<DoubleKeyFrame ^>::Append;
void Append(DoubleKeyFrame const& value);
public void Append(DoubleKeyFrame value);
function append(value)
Public Sub Append (value As DoubleKeyFrame)
Paramètres
- value
- DoubleKeyFrame
Nouvel élément à ajouter.