InputGestureCollection.Insert(Int32, InputGesture) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
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.