InputGestureCollection 생성자

정의

InputGestureCollection 클래스의 새 인스턴스를 초기화합니다.

오버로드

InputGestureCollection()

InputGestureCollection 클래스의 새 인스턴스를 초기화합니다.

InputGestureCollection(IList)

지정된 InputGestureCollection의 요소를 사용하여 IList 클래스의 새 인스턴스를 초기화합니다.

InputGestureCollection()

InputGestureCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 InputGestureCollection();
public InputGestureCollection ();
Public Sub New ()

적용 대상

InputGestureCollection(IList)

지정된 InputGestureCollection의 요소를 사용하여 IList 클래스의 새 인스턴스를 초기화합니다.

public:
 InputGestureCollection(System::Collections::IList ^ inputGestures);
public InputGestureCollection (System.Collections.IList inputGestures);
new System.Windows.Input.InputGestureCollection : System.Collections.IList -> System.Windows.Input.InputGestureCollection
Public Sub New (inputGestures As IList)

매개 변수

inputGestures
IList

해당 요소가 새 InputGestureCollection에 복사되는 컬렉션입니다.

적용 대상