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) にのみ存在します。

適用対象