InputGestureCollection.CopyTo(InputGesture[], Int32) Methode

Definitie

Kopieert alle items in de InputGestureCollection opgegeven eendimensionale matrix, beginnend bij de opgegeven index van de doelmatrix.

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)

Parameters

inputGestures
InputGesture[]

Een matrix waarin de verzameling wordt gekopieerd.

index
Int32

De indexpositie in de inputGestures positie waarop kopiƫren begint.

Uitzonderingen

inputGestures is een null.

index is kleiner dan 0.

Van toepassing op

Zie ook