Connected.GetListItemElementName(DependencyObject) Method

Definition

Gets the name of the element in the Windows.UI.Xaml.DataTemplate that is animated

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

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.Controls.ListViewBase

Returns

The name of the element being animated

Applies to