CommandBindingCollection.Insert(Int32, CommandBinding) 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.
Hiermee voegt u de opgegeven CommandBinding waarde toe aan CommandBindingCollection de opgegeven index.
public:
void Insert(int index, System::Windows::Input::CommandBinding ^ commandBinding);
public void Insert(int index, System.Windows.Input.CommandBinding commandBinding);
member this.Insert : int * System.Windows.Input.CommandBinding -> unit
Public Sub Insert (index As Integer, commandBinding As CommandBinding)
Parameters
- index
- Int32
De op nul gebaseerde index waarop moet worden ingevoegd commandBinding.
- commandBinding
- CommandBinding
De binding die moet worden ingevoegd.
Uitzonderingen
commandBinding is null.