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 相关联的输入管理器。

属性

适用于