ConnectedAnimationService.PrepareToAnimate(String, UIElement) メソッド

定義

指定したキーとソース要素に関連付けられている接続されたアニメーションを返します。

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 オブジェクトへの参照を手動で渡すことなく、2 つの異なるページ間でアニメーションを接続できます。

適用対象