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와 연결된 입력 관리자입니다.

특성

적용 대상