'Declaration Public Shared Sub SetContextMenu( _ ByVal element As Windows.UI.Xaml.DependencyObject, _ ByVal value As IC1ContextMenu _ )
public static void SetContextMenu( Windows.UI.Xaml.DependencyObject element, IC1ContextMenu value )
Parameters
- element
 - The Control to which the context menu is attached.
 - value
 - The context menu to set.