CompositionObject.ConnectAnimation(String, CompositionAnimation) 方法

定义

连接和动画。

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

要进行动画处理的属性。

animation
CompositionAnimation

动画。

返回

属性动画器。

注解

重要

此 API 仅存在于 Windows 10 版本 1507 (内部版本 10240) 中。

适用于