InputGestureCollection.Contains(InputGesture) Metod

Definition

Avgör om den angivna InputGesture finns i samlingen.

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

Parametrar

key
InputGesture

Gesten som ska hittas i samlingen.

Returer

trueom gesten finns i samlingen; annars . false

Gäller för

Se även