InputBindingCollection.CopyTo(InputBinding[], Int32) Methode

Definitie

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

public:
 void CopyTo(cli::array <System::Windows::Input::InputBinding ^> ^ inputBindings, int index);
public void CopyTo(System.Windows.Input.InputBinding[] inputBindings, int index);
member this.CopyTo : System.Windows.Input.InputBinding[] * int -> unit
Public Sub CopyTo (inputBindings As InputBinding(), index As Integer)

Parameters

inputBindings
InputBinding[]

De matrix waarin de verzameling wordt gekopieerd.

index
Int32

De indexpositie inputBindings waarop kopiƫren begint.

Uitzonderingen

inputBindings is null.

index is kleiner dan 0.

Van toepassing op

Zie ook