UIElement.ReleaseTouchCapture(TouchDevice) 方法

定義

嘗試從這個項目中釋放指定的觸控裝置。

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

參數

touchDevice
TouchDevice

要釋放的裝置。

傳回

如果已釋放觸控裝置則為 true,否則為 false

例外狀況

touchDevicenull

適用於