CompositionObject.StartAnimationGroupWithIAnimationObject 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émarre un groupe d’animations sur la cible spécifiée.
public:
static void StartAnimationGroupWithIAnimationObject(IAnimationObject ^ target, ICompositionAnimationBase ^ animation);
static void StartAnimationGroupWithIAnimationObject(IAnimationObject const& target, ICompositionAnimationBase const& animation);
public static void StartAnimationGroupWithIAnimationObject(IAnimationObject target, ICompositionAnimationBase animation);
function startAnimationGroupWithIAnimationObject(target, animation)
Public Shared Sub StartAnimationGroupWithIAnimationObject (target As IAnimationObject, animation As ICompositionAnimationBase)
Paramètres
- target
- IAnimationObject
Objet qui définit la propriété à animer.
- animation
- ICompositionAnimationBase
Animation à associer à la propriété spécifiée.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|