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)에만 존재합니다.

적용 대상