Share via


InputGestureCollection.Insert(Int32, InputGesture) Metoda

Definice

Vloží zadaný InputGesture do zadaného InputGestureCollection indexu.

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)

Parametry

index
Int32

Index, do kterého se má vložit inputGesture.

inputGesture
InputGesture

Gesto pro vložení

Výjimky

inputGesture je null.

Platí pro