KeyBinding.Rebind(WdKeyCategory, String, Object) 方法

定义

更改分配给指定的组合键的命令。

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)

参数

KeyCategory
WdKeyCategory

必需 WdKeyCategory。 指定组合键的键类别。

Command
String

必需的 字符串 。 指定命令的名称。

CommandParameter
Object

可选 对象。 指定的 Command命令需要其他文本(如果有)。 有关此参数的值的信息,请参阅 Add(WdKeyCategory, String, Int32, Object, Object) 对象的 方法 KeyBindings

适用于