InputGestureCollection.Contains(InputGesture) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷集合中是否有指定的 InputGesture。
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
參數
- key
- InputGesture
要放置在集合中的筆勢。
傳回
若筆勢在集合中,則為 true
;否則為 false
。