TouchDevice(Int32) 생성자

정의

TouchDevice 클래스를 초기화하기 위해 파생 클래스의 생성자에서 호출됩니다.

protected:
 TouchDevice(int deviceId);
[System.Security.SecurityCritical]
protected TouchDevice (int deviceId);
protected TouchDevice (int deviceId);
[<System.Security.SecurityCritical>]
new System.Windows.Input.TouchDevice : int -> System.Windows.Input.TouchDevice
new System.Windows.Input.TouchDevice : int -> System.Windows.Input.TouchDevice
Protected Sub New (deviceId As Integer)

매개 변수

deviceId
Int32

터치 디바이스의 고유한 식별자입니다.

특성

적용 대상