Gets the object that the command is being executed on.
public static Windows.UI.Xaml.UIElement GetCommandTarget(
Windows.UI.Xaml.FrameworkElement
)
'Declaration
Public Shared Function GetCommandTarget( _
ByVal As Windows.UI.Xaml.FrameworkElement _
) As Windows.UI.Xaml.UIElement
Parameters
- element
- The element from which the property value is read.
Return Value
The object that the command is being executed on.