CommandBindingCollection.CopyTo(CommandBinding[], Int32) Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Kopieert alle items in de CommandBindingCollection opgegeven eendimensionale matrix, beginnend bij de opgegeven index van de doelmatrix.
public:
void CopyTo(cli::array <System::Windows::Input::CommandBinding ^> ^ commandBindings, int index);
public void CopyTo(System.Windows.Input.CommandBinding[] commandBindings, int index);
member this.CopyTo : System.Windows.Input.CommandBinding[] * int -> unit
Public Sub CopyTo (commandBindings As CommandBinding(), index As Integer)
Parameters
- commandBindings
- CommandBinding[]
De matrix waarin de verzameling wordt gekopieerd.
- index
- Int32
De indexpositie commandBindings waarop kopiƫren begint.
Uitzonderingen
commandBindings is null.
index is kleiner dan 0.