次の方法で共有


KeyBindings.Key(Int32, Object) メソッド

定義

指定したカスタム キーの 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

整数型 (Integer) の値を使用します。 Wdkey クラス の定数のいずれかを使用してキーを指定します。

KeyCode2
Object

省略可能 なオブジェクト。 定数のいずれかを使用して指定する 2 つ目の WdKey キー。

戻り値

注釈

メソッドをBuildKeyCode(WdKey, Object, Object, Object)使用して、 または KeyCode2 引数をKeyCode作成できます。

適用対象