Connected.GetKey(DependencyObject) Method

Definition

Get the connected animation key associated with the Windows.UI.Xaml.DependencyObject

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

Parameters

obj
Windows.UI.Xaml.DependencyObject

The Windows.UI.Xaml.DependencyObject

Returns

the connected animation key

Applies to