InputGestureCollection.Insert(Int32, InputGesture) Metod

Definition

Infogar angivet InputGesture i detta InputGestureCollection vid det angivna indexet.

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)

Parametrar

index
Int32

Index där du vill infoga inputGesture.

inputGesture
InputGesture

Gesten som ska infogas.

Undantag

inputGesture är null.

Gäller för