_Application.KeysBoundTo[WdKeyCategory, String, Object] 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 un KeysBoundTo objet 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
WdKeyCategory obligatoire. Catégorie de la combinaison de touches.
- Command
- String
Argument de type String obligatoire. Nom de la commande.
- CommandParameter
- Object
Objet facultatif. Texte supplémentaire, le cas échéant, requis pour la commande spécifiée par Command
. Pour plus d’informations, consultez la Add(WdKeyCategory, String, Int32, Object, Object) méthode de l’objet KeyBindings .