EditingCommands.IgnoreSpellingError 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 la commande IgnoreSpellingError qui demande qui toutes instances de mots mal orthographiés à la position actuelle ou dans la sélection actuelle soient ignorées.
public:
static property System::Windows::Input::RoutedUICommand ^ IgnoreSpellingError { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand IgnoreSpellingError { get; }
static member IgnoreSpellingError : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property IgnoreSpellingError As RoutedUICommand
Valeur de propriété
Commande demandée. Cette commande n'a aucun mouvement clé par défaut.
Remarques
Il n’y a pas nécessairement d’implémentation réelle qui répond à cette commande sur un objet donné ; dans de nombreux cas, l’implémentation qui répond à une commande est de la responsabilité de l’enregistreur d’application.
Utilisation d'attributs XAML
<object property="IgnoreSpellingError"/>