InputGestureCollection.Insert(Int32, InputGesture) Yöntem

Tanım

Belirtilen dizinine belirtilen InputGesture öğesini ekler 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)

Parametreler

index
Int32

Eklenecek inputGesturedizin.

inputGesture
InputGesture

Eklenecek hareket.

Özel durumlar

inputGesture, null değeridir.

Şunlara uygulanır