ApplicationCommands.Save 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.
Obtient la valeur qui représente la commande Enregistrer.
public:
static property System::Windows::Input::RoutedUICommand ^ Save { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand Save { get; }
static member Save : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property Save As RoutedUICommand
Valeur de propriété
Commande.
Valeurs par défaut | |
---|---|
Combinaison de touches | Ctrl+S |
Texte d'interface utilisateur | Enregistrer |
Remarques
Cette commande indique l’intention d’enregistrer l’élément actif.
Il n’existe pas nécessairement d’implémentation pour la commande sur un objet donné ; dans de nombreux cas, l’implémentation de la commande relève de la responsabilité de l’enregistreur d’application.
Utilisation d'attributs XAML
<object property="Save"/>