次の方法で共有


KeyBinding.KeyCode プロパティ

定義

キーの組み合わせで一意の番号の最初のキーを返します。

public:
 property int KeyCode { int get(); };
public int KeyCode { get; }
member this.KeyCode : int
Public ReadOnly Property KeyCode As Integer

プロパティ値

注釈

オブジェクトの メソッドを BuildKeyCode(WdKey, Object, Object, Object) 使用してキー バインドを追加する場合は、 メソッドを使用 Add(WdKeyCategory, String, Int32, Object, Object) してこの番号を KeyBindings 作成します。

適用対象