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

適用於