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

觸控裝置的唯一識別項。

屬性

適用於