共用方式為


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 關聯的輸入管理員。

屬性

適用於