KeyBindings.Key(Int32, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 KeyBinding 对象,该对象表示指定的自定义组合键。 如果不存在的键组合,则此方法将返回 Nothing 。
public Microsoft.Office.Interop.Word.KeyBinding Key (int KeyCode, ref object KeyCode2);
abstract member Key : int * obj -> Microsoft.Office.Interop.Word.KeyBinding
Public Function Key (KeyCode As Integer, Optional ByRef KeyCode2 As Object) As KeyBinding
参数
- KeyCode
- Int32
必需 整数。 通过使用 WdKey 常量之一指定一个密钥。
返回
注解
可以使用 BuildKeyCode(WdKey, Object, Object, Object) 方法创建 KeyCode
或 KeyCode2
参数。