InputGestureCollection.Insert(Int32, InputGesture) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定之 InputGesture 插入位於指定索引的這個 InputGestureCollection。
public:
void Insert(int index, System::Windows::Input::InputGesture ^ inputGesture);
public void Insert (int index, System.Windows.Input.InputGesture inputGesture);
member this.Insert : int * System.Windows.Input.InputGesture -> unit
Public Sub Insert (index As Integer, inputGesture As InputGesture)
參數
- index
- Int32
要插入 inputGesture
的索引位置。
- inputGesture
- InputGesture
要插入的筆勢。
例外狀況
inputGesture
為 null
。