InputGestureCollection.Insert(Int32, InputGesture) Methode

Definitie

Hiermee voegt u de opgegeven InputGesture waarde toe aan InputGestureCollection de opgegeven index.

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)

Parameters

index
Int32

Index waarop moet worden ingevoegd inputGesture.

inputGesture
InputGesture

De beweging die moet worden ingevoegd.

Uitzonderingen

inputGesture is null.

Van toepassing op