InputGestureCollection.Insert(Int32, InputGesture) 方法

定义

将指定的 InputGesture 插入到此 InputGestureCollection 的指定索引位置处。

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

适用于