InputGestureCollection Oluşturucular

Tanım

InputGestureCollection sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Name Description
InputGestureCollection()

InputGestureCollection sınıfının yeni bir örneğini başlatır.

InputGestureCollection(IList)

Belirtilen InputGestureCollectioniçindeki öğeleri kullanarak sınıfının yeni bir örneğini IList başlatır.

InputGestureCollection()

InputGestureCollection sınıfının yeni bir örneğini başlatır.

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

Şunlara uygulanır

InputGestureCollection(IList)

Belirtilen InputGestureCollectioniçindeki öğeleri kullanarak sınıfının yeni bir örneğini IList başlatır.

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)

Parametreler

inputGestures
IList

Öğeleri yeni InputGestureCollectionöğesine kopyalanan koleksiyon.

Şunlara uygulanır