Connected.SetListItemKey(DependencyObject, String) Method

Definition

Sets the connected animation key for the Windows.UI.Xaml.Controls.ListViewBase item being animated

public static void SetListItemKey (Windows.UI.Xaml.DependencyObject obj, string value);
static member SetListItemKey : Windows.UI.Xaml.DependencyObject * string -> unit
Public Sub SetListItemKey (obj As DependencyObject, value As String)

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.Controls.ListViewBase

value
String

The connected animation key

Applies to