次の方法で共有


_Application.FindKey[Int32, Object] プロパティ

定義

指定したキーの 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

パラメーター

KeyCode
Int32

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

KeyCode2
Object

省略可能 なオブジェクトWdkey クラス の定数のいずれかを使用して、2 番目のキーを指定します。

プロパティ値

注釈

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

適用対象