InputGestureCollection.Remove(InputGesture) 메서드

정의

InputGesture에서 지정된 InputGestureCollection의 첫 번째 항목을 제거합니다.

public:
 void Remove(System::Windows::Input::InputGesture ^ inputGesture);
public void Remove (System.Windows.Input.InputGesture inputGesture);
member this.Remove : System.Windows.Input.InputGesture -> unit
Public Sub Remove (inputGesture As InputGesture)

매개 변수

inputGesture
InputGesture

제거할 제스처입니다.

예외

컬렉션이 읽기 전용입니다.

제스처가 null인 경우

적용 대상