InputGestureCollection.Contains(InputGesture) Methode

Definitie

Bepaalt of de opgegeven InputGesture waarde zich in de verzameling bevindt.

public:
 bool Contains(System::Windows::Input::InputGesture ^ key);
public bool Contains(System.Windows.Input.InputGesture key);
member this.Contains : System.Windows.Input.InputGesture -> bool
Public Function Contains (key As InputGesture) As Boolean

Parameters

key
InputGesture

Het gebaar om in de verzameling te zoeken.

Retouren

true als het gebaar zich in de verzameling bevindt; anders, false.

Van toepassing op

Zie ook