InputGestureCollection.IndexOf(InputGesture) 方法

定义

在此 InputGesture 中搜索指定 InputGestureCollection 的第一个匹配项。

public:
 int IndexOf(System::Windows::Input::InputGesture ^ value);
public int IndexOf (System.Windows.Input.InputGesture value);
member this.IndexOf : System.Windows.Input.InputGesture -> int
Public Function IndexOf (value As InputGesture) As Integer

参数

value
InputGesture

要在集合定位的笔势。

返回

如果找到,则为 value 的第一个匹配项的索引;否则为 -1。

适用于