KeyboardDevice(InputManager) コンストラクター

定義

KeyboardDevice クラスの新しいインスタンスを初期化します。

protected:
 KeyboardDevice(System::Windows::Input::InputManager ^ inputManager);
[System.Security.SecurityCritical]
[System.Security.SecurityTreatAsSafe]
protected KeyboardDevice (System.Windows.Input.InputManager inputManager);
protected KeyboardDevice (System.Windows.Input.InputManager inputManager);
[<System.Security.SecurityCritical>]
[<System.Security.SecurityTreatAsSafe>]
new System.Windows.Input.KeyboardDevice : System.Windows.Input.InputManager -> System.Windows.Input.KeyboardDevice
new System.Windows.Input.KeyboardDevice : System.Windows.Input.InputManager -> System.Windows.Input.KeyboardDevice
Protected Sub New (inputManager As InputManager)

パラメーター

inputManager
InputManager

この KeyboardDevice に関連付けられた入力マネージャー。

属性

適用対象