_Global.KeyString(Int32, Object) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的键 (例如,CTRL + SHIFT + A) 组合键字符串。
public string KeyString (int KeyCode, ref object KeyCode2);
abstract member KeyString : int * obj -> string
Public Function KeyString (KeyCode As Integer, Optional ByRef KeyCode2 As Object) As String
参数
- KeyCode
- Int32
必需 整数。 通过使用 WdKey 常量之一指定一个密钥。
返回
注解
可以使用 BuildKeyCode(WdKey, Object, Object, Object) 方法创建 KeyCode
或 KeyCode2
参数。