ApplicationCommands.NotACommand Propriété
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.
Représente une commande qui est toujours ignorée.
public:
static property System::Windows::Input::RoutedUICommand ^ NotACommand { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand NotACommand { get; }
static member NotACommand : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property NotACommand As RoutedUICommand
Valeur de propriété
Commande.
Remarques
Cette commande est toujours ignorée et ne gère pas l’événement d’entrée qui l’a provoquée. Cela permet de désactiver une liaison d’entrée intégrée à un contrôle existant.
Il n’y a pas nécessairement d’implémentation pour la commande sur un objet donné ; dans de nombreux cas, l’implémentation de la commande est de la responsabilité du rédacteur d’application.
Utilisation d'attributs XAML
<object property="NotACommand"/>