Share via


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

触摸设备的唯一标识符。

属性

适用于