CommandRouting.SetInterceptsCommandRouting(DependencyObject, Boolean) Méthode

Définition

Définit la valeur de InterceptsCommandRouting sur un DependencyObject .

public:
 static void SetInterceptsCommandRouting(System::Windows::DependencyObject ^ element, bool value);
public static void SetInterceptsCommandRouting (System.Windows.DependencyObject element, bool value);
static member SetInterceptsCommandRouting : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetInterceptsCommandRouting (element As DependencyObject, value As Boolean)

Paramètres

element
DependencyObject

Élément sur lequel la propriété doit être définie.

value
Boolean

Valeur de la propriété à définir.

S’applique à