_Application.FindKey[Int32, Object] 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 KeyBindings 对象,该对象表示指定的组合键。
public:
property Microsoft::Office::Interop::Word::KeyBinding ^ FindKey[int, System::Object ^ %] { Microsoft::Office::Interop::Word::KeyBinding ^ get(int KeyCode, System::Object ^ % KeyCode2); };
public Microsoft.Office.Interop.Word.KeyBinding FindKey[int KeyCode, ref object KeyCode2] { get; }
member this.FindKey(int * obj) : Microsoft.Office.Interop.Word.KeyBinding
Public ReadOnly Property FindKey(KeyCode As Integer, Optional ByRef KeyCode2 As Object) As KeyBinding
参数
- KeyCode2
- Object
可选 对象。 通过使用 WdKey 常量之一指定第二个键。
属性值
注解
可以使用 BuildKeyCode(WdKey, Object, Object, Object) 方法创建 KeyCode
或 KeyCode2
参数。