ContentElement.ReleaseTouchCapture(TouchDevice) Metod
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.
Försöker frigöra den angivna touchenheten från det här elementet.
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
Parametrar
- touchDevice
- TouchDevice
Enheten som ska släppas.
Returer
trueom touch-enheten släpps; annars . false
Undantag
touchDevice är null.