ContentElement.ReleaseTouchCapture(TouchDevice) Methode

Definition

Versucht, das angegebene Touchgerät von diesem Element freizugeben.

public:
 bool ReleaseTouchCapture(System::Windows::Input::TouchDevice ^ touchDevice);
public bool ReleaseTouchCapture(System.Windows.Input.TouchDevice touchDevice);
member this.ReleaseTouchCapture : System.Windows.Input.TouchDevice -> bool
Public Function ReleaseTouchCapture (touchDevice As TouchDevice) As Boolean

Parameter

touchDevice
TouchDevice

Das gerät, das freigegeben werden soll.

Gibt zurück

truewenn das Touchgerät losgelassen wird; andernfalls . false

Ausnahmen

touchDevice ist null.

Gilt für: