Gets the command that will be executed when the command source is invoked.
public static System.object GetCommand(
Windows.UI.Xaml.FrameworkElement
)
'Declaration
Public Shared Function GetCommand( _
ByVal As Windows.UI.Xaml.FrameworkElement _
) As System.Object
Parameters
- element
- The element from which the property value is read.
Return Value
The System.Windows.Input.ICommand property value for the element.