KeyBinding.CommandParameter Propriété

Définition

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é

String

Remarques

Pour plus d’informations sur les commandes qui prennent des paramètres, voir la Add(WdKeyCategory, String, Int32, Object, Object) méthode de l' KeyBindings objet. Utilisez la Command propriété pour renvoyer le nom de commande affecté à la touche de raccourci spécifiée.

S’applique à