ConnectedAnimationService.PrepareToAnimate(String, UIElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与指定的键和源元素关联的连接动画。
public:
virtual ConnectedAnimation ^ PrepareToAnimate(Platform::String ^ key, UIElement ^ source) = PrepareToAnimate;
ConnectedAnimation PrepareToAnimate(winrt::hstring const& key, UIElement const& source);
public ConnectedAnimation PrepareToAnimate(string key, UIElement source);
function prepareToAnimate(key, source)
Public Function PrepareToAnimate (key As String, source As UIElement) As ConnectedAnimation
参数
- key
-
String
Platform::String
winrt::hstring
动画的键。
- source
- UIElement
在视图外进行动画处理的元素。
返回
具有指定键的动画。
注解
调用 PrepareToAnimate 时,需要提供一个与 方法返回的新创建的 ConnectedAnimation 关联的密钥。 稍后可以使用此键通过调用 GetAnimation 来检索相同的动画。 这使你可以在两个不同的页面之间连接动画,而无需在页面之间手动传递对 ConnectedAnimation 对象的引用。