InputGestureCollection.Insert(Int32, InputGesture) 方法

定义

在指定的索引处插入指定InputGestureInputGestureCollection内容。

public:
 void Insert(int index, System::Windows::Input::InputGesture ^ inputGesture);
public void Insert(int index, System.Windows.Input.InputGesture inputGesture);
member this.Insert : int * System.Windows.Input.InputGesture -> unit
Public Sub Insert (index As Integer, inputGesture As InputGesture)

参数

index
Int32

要插入 inputGesture的索引。

inputGesture
InputGesture

要插入的手势。

例外

inputGesturenull

适用于