'Declaration Public Shared Function GetCommandParameter( _ ByVal element As Windows.UI.Xaml.FrameworkElement _ ) As System.Object
public static System.object GetCommandParameter( Windows.UI.Xaml.FrameworkElement element )
Parameters
- element
 - The element from which the property value is read.
 
Return Value
The command specific data.