Connected.GetListItemKey(DependencyObject) Method

Definition

Gets the connected animation key associated with the ListViewBase item being animated

public static string GetListItemKey (Windows.UI.Xaml.DependencyObject obj);
static member GetListItemKey : Windows.UI.Xaml.DependencyObject -> string
Public Function GetListItemKey (obj As DependencyObject) As String

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.Controls.ListViewBase

Returns

The connected animation key

Applies to