Compartir a través de


KeyBinding.Rebind(WdKeyCategory, String, Object) Método

Definición

Cambia el comando asignado a la combinación de teclas especificada.

public void Rebind (Microsoft.Office.Interop.Word.WdKeyCategory KeyCategory, string Command, ref object CommandParameter);
abstract member Rebind : Microsoft.Office.Interop.Word.WdKeyCategory * string * obj -> unit
Public Sub Rebind (KeyCategory As WdKeyCategory, Command As String, Optional ByRef CommandParameter As Object)

Parámetros

KeyCategory
WdKeyCategory

Obligatorio WdKeyCategory. Categoría de teclas de la combinación de teclas especificada.

Command
String

String requerida. Nombre del comando especificado.

CommandParameter
Object

Objeto opcional. Texto adicional, si existe, necesario para el comando especificado por Command. Para obtener información sobre los valores de este argumento, vea el Add(WdKeyCategory, String, Int32, Object, Object) método para el KeyBindings objeto .

Se aplica a