Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ListViewBase.PrepareConnectedAnimation(String, Object, String) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Returns a connected animation that's associated with the specified key, data item, and source element.

public:
 virtual ConnectedAnimation ^ PrepareConnectedAnimation(Platform::String ^ key, Platform::Object ^ item, Platform::String ^ elementName) = PrepareConnectedAnimation;
ConnectedAnimation PrepareConnectedAnimation(winrt::hstring const& key, IInspectable const& item, winrt::hstring const& elementName);
public ConnectedAnimation PrepareConnectedAnimation(string key, object item, string elementName);
function prepareConnectedAnimation(key, item, elementName)
Public Function PrepareConnectedAnimation (key As String, item As Object, elementName As String) As ConnectedAnimation

Parameters

key
String

Platform::String

winrt::hstring

The key for the animation.

item
Object

Platform::Object

IInspectable

The data item that is animated out of view.

elementName
String

Platform::String

winrt::hstring

The name of the element in the ItemTemplate that provides the animated visual.

Returns

The animation with the specified key.

Applies to

See also


Feedback

Was this page helpful?