ApplicationCommands.Close 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 Close.
public:
static property System::Windows::Input::RoutedUICommand ^ Close { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand Close { get; }
static member Close : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property Close As RoutedUICommand
Valeur de propriété
Commande.
| Valeurs par défaut | |
|---|---|
| Mouvement clé | Aucun mouvement défini. |
| Texte de l’interface utilisateur | Proche |
Remarques
Cette commande indique l’intention de fermer un élément (généralement un fichier).
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 est la responsabilité de l’enregistreur d’applications.
Utilisation des attributs XAML
<object property="Close"/>