InputGestureCollection.Insert(Int32, InputGesture) 메서드

정의

InputGesture의 지정된 인덱스 위치에 지정된 InputGestureCollection을 삽입합니다.

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)

매개 변수

index
Int32

inputGesture를 삽입할 인덱스입니다.

inputGesture
InputGesture

삽입할 제스처입니다.

예외

inputGesture이(가) null인 경우

적용 대상