InputGestureCollection.CopyTo(InputGesture[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將 InputGestureCollection 中的所有項目複製到指定的一維陣列,從目標陣列的指定索引開始。
public:
void CopyTo(cli::array <System::Windows::Input::InputGesture ^> ^ inputGestures, int index);
public void CopyTo (System.Windows.Input.InputGesture[] inputGestures, int index);
member this.CopyTo : System.Windows.Input.InputGesture[] * int -> unit
Public Sub CopyTo (inputGestures As InputGesture(), index As Integer)
參數
- inputGestures
- InputGesture[]
集合將會複製到此陣列。
- index
- Int32
inputGestures
中開始複製的索引位置。
例外狀況
inputGestures
為 null
。
index
小於 0。