CompositionObject.ConnectAnimation(String, CompositionAnimation) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
連接和動畫。
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) 。