_Global.KeysBoundTo[WdKeyCategory, String, Object] Propriété

Définition

Renvoie un KeysBoundTo Object qui représente toutes les combinaisons de touches affectées à l’élément spécifié.

public:
 property Microsoft::Office::Interop::Word::KeysBoundTo ^ KeysBoundTo[Microsoft::Office::Interop::Word::WdKeyCategory, System::String ^, System::Object ^ %] { Microsoft::Office::Interop::Word::KeysBoundTo ^ get(Microsoft::Office::Interop::Word::WdKeyCategory KeyCategory, System::String ^ Command, System::Object ^ % CommandParameter); };
public Microsoft.Office.Interop.Word.KeysBoundTo KeysBoundTo[Microsoft.Office.Interop.Word.WdKeyCategory KeyCategory, string Command, ref object CommandParameter] { get; }
member this.KeysBoundTo(Microsoft.Office.Interop.Word.WdKeyCategory * string * obj) : Microsoft.Office.Interop.Word.KeysBoundTo
Public ReadOnly Property KeysBoundTo(KeyCategory As WdKeyCategory, Command As String, Optional ByRef CommandParameter As Object) As KeysBoundTo

Paramètres

KeyCategory
WdKeyCategory

Obligatoire WdKeyCategory . Catégorie de la combinaison de touches.

Command
String

Argument de type String obligatoire. Nom de la commande.

CommandParameter
Object

Objetfacultatif. Texte supplémentaire, le cas échéant, requis pour la commande spécifiée par Command . Pour plus d’informations, reportez-vous à la Add(WdKeyCategory, String, Int32, Object, Object) méthode de l' KeyBindings objet.

Valeur de propriété

KeysBoundTo

S’applique à