CommandBindingCollection::Insert Method (Int32, CommandBinding^)
.NET Framework (current version)
Inserts the specified CommandBinding into this CommandBindingCollection at the specified index.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- index
-
Type:
System::Int32
The zero-based index at which to insert commandBinding
- commandBinding
-
Type:
System.Windows.Input::CommandBinding^
The binding to insert.
| Exception | Condition |
|---|---|
| NotSupportedException | commandBinding is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: