InputGestureCollection.Insert(Int32, InputGesture) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在指定的索引处插入指定InputGestureInputGestureCollection内容。
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。