Connected.SetListItemElementName(DependencyObject, String) Method

Definition

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

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

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.Controls.ListViewBase

value
String

The name of the element to animate

Applies to