InputGestureCollection.Insert(Int32, InputGesture) 메서드

정의

지정된 인덱스에 지정된 InputGestureInputGestureCollection 인덱스를 삽입합니다.

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

삽입할 제스처입니다.

예외

inputGesturenull입니다.

적용 대상