Udostępnij za pośrednictwem


InputGestureCollection.Insert(Int32, InputGesture) Metoda

Definicja

Wstawia określony InputGesture element do tego InputGestureCollection w określonym indeksie.

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

Indeks, w którym ma być wstawiony inputGesture.

inputGesture
InputGesture

Gest do wstawienia.

Wyjątki

inputGesture to null.

Dotyczy