InputGestureCollection 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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。