KeyBinding.Rebind(WdKeyCategory, String, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
更改分配给指定的组合键的命令。
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 。