RectAnimationUsingKeyFrames.AddChild(Object) 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 enfant RectKeyFrame à cet objet RectAnimationUsingKeyFrames.
protected:
virtual void AddChild(System::Object ^ child);
protected virtual void AddChild(object child);
abstract member AddChild : obj -> unit
override this.AddChild : obj -> unit
Protected Overridable Sub AddChild (child As Object)
Paramètres
- child
- Object
Objet à ajouter en tant qu’enfant de ce RectAnimationUsingKeyFrames.
Exceptions
Le child paramètre n’est pas un RectKeyFrame.
Remarques
Cette méthode permet RectKeyFrame aux objets d’être des enfants directs d’un RectAnimationUsingKeyFrames objet dans le balisage.