InputGestureCollection.Contains(InputGesture) Methode

Definition

Bestimmt, ob die angegebene InputGesture in der Auflistung enthalten ist.

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

Parameter

key
InputGesture

Die Eingabeaktion, die der Auflistung gesucht werden soll.

Gibt zurück

true, wenn die Aktion in der Collection vorhanden ist, andernfalls false.

Gilt für:

Weitere Informationen