ApplicationCommands.Paste 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 Coller.
public:
static property System::Windows::Input::RoutedUICommand ^ Paste { System::Windows::Input::RoutedUICommand ^ get(); };
public static System.Windows.Input.RoutedUICommand Paste { get; }
static member Paste : System.Windows.Input.RoutedUICommand
Public Shared ReadOnly Property Paste As RoutedUICommand
Valeur de propriété
Commande.
Valeurs par défaut | |
---|---|
Combinaison de touches | Ctrl+V Maj+Inser |
Texte d'interface utilisateur | Coller |
Remarques
Cette commande indique l’intention de coller la sélection dans le Presse-papiers.
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="Paste"/>