CompositionObject.ConnectAnimation(String, CompositionAnimation) Méthode
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.
Connecte et animation.
public:
virtual CompositionPropertyAnimator ^ ConnectAnimation(Platform::String ^ propertyName, CompositionAnimation ^ animation) = ConnectAnimation;
CompositionPropertyAnimator ConnectAnimation(winrt::hstring const& propertyName, CompositionAnimation const& animation);
public CompositionPropertyAnimator ConnectAnimation(string propertyName, CompositionAnimation animation);
function connectAnimation(propertyName, animation)
Public Function ConnectAnimation (propertyName As String, animation As CompositionAnimation) As CompositionPropertyAnimator
- propertyName
-
String
Platform::String
winrt::hstring
Propriété à animer.
- animation
- CompositionAnimation
Animation.
Animateur de propriété.
Important
Cette API existe uniquement dans Windows 10, version 1507 (build 10240).
Produit | Versions |
---|---|
WinRT | Build 10240 |