InputGestureCollection.CopyTo(InputGesture[], Int32) 方法

定義

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 中開始複製的索引位置。

例外狀況

inputGesturesnull

index 小於 0。

適用於

另請參閱