ListViewBase.PrepareConnectedAnimation(String, Object, String) Method
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);
C#
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
- 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.
The animation with the specified key.
Device family |
Windows 10 Creators Update (introduced in 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v4.0)
|
Product | Versions |
---|---|
WinRT | Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100 |