_Application.KeysBoundTo[WdKeyCategory, String, Object] Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve un KeysBoundTo objeto que representa todas las combinaciones de teclas asignadas al elemento especificado.
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
Parámetros
- KeyCategory
- WdKeyCategory
WdKeyCategory obligatorio. Categoría de la combinación de teclas.
- Command
- String
String requerida. Nombre del comando.
- CommandParameter
- Object
Objeto opcional. Texto adicional, si existe, necesario para el comando especificado por Command
. Para obtener más información, vea el Add(WdKeyCategory, String, Int32, Object, Object) método para el KeyBindings objeto .