KeysBoundTo.CommandParameter 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.
Renvoie le paramètre de commande affecté à la touche de raccourci spécifiée.
public:
property System::String ^ CommandParameter { System::String ^ get(); };
public string CommandParameter { get; }
member this.CommandParameter : string
Public ReadOnly Property CommandParameter As String
Valeur de propriété
Remarques
Pour plus d’informations sur les commandes qui acceptent des paramètres, consultez la Add(WdKeyCategory, String, Int32, Object, Object) méthode du Microsoft.Office.Interop.Word.KeyBindingsObject. Utilisez la Command propriété pour renvoyer le nom de commande affecté à la touche de raccourci spécifiée.