ConnectedAnimationService.PrepareToAnimate(String, UIElement) 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.
Retourne une animation connectée associée à la clé et à l’élément source spécifiés.
public:
virtual ConnectedAnimation ^ PrepareToAnimate(Platform::String ^ key, UIElement ^ source) = PrepareToAnimate;
ConnectedAnimation PrepareToAnimate(winrt::hstring const& key, UIElement const& source);
public ConnectedAnimation PrepareToAnimate(string key, UIElement source);
function prepareToAnimate(key, source)
Public Function PrepareToAnimate (key As String, source As UIElement) As ConnectedAnimation
Paramètres
- key
-
String
Platform::String
winrt::hstring
Clé de l’animation.
- source
- UIElement
Élément animé hors de la vue.
Retours
Animation avec la clé spécifiée.
Remarques
Lorsque vous appelez PrepareToAnimate, vous fournissez une clé à associer à la nouvellement créée ConnectedAnimation retournée par la méthode. Vous pouvez utiliser cette clé ultérieurement pour récupérer la même animation en appelant GetAnimation. Cela vous permet de connecter l’animation entre deux pages différentes sans avoir à passer manuellement la référence à l’objet ConnectedAnimation entre les pages.