TouchDevice(Int32) Konstruktor
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Anropas från konstruktorer i härledda klasser för att initiera TouchDevice klassen.
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)
Parametrar
- deviceId
- Int32
En unik identifierare för touch-enheten.
- Attribut