CommandRouting.SetInterceptsCommandRouting(DependencyObject, Boolean) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.