CommandBindingCollection::AddRange Method (ICollection^)
.NET Framework (current version)
Adds the items of the specified ICollection to the end of this CommandBindingCollection.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- collection
-
Type:
System.Collections::ICollection^
The collection of items to add to the end of this CommandBindingCollection.
| Exception | Condition |
|---|---|
| NotSupportedException | Any of the items in the collection to add are null. |
| NotSupportedException | The collection to add is null. |
.NET Framework
Available since 3.0
Available since 3.0
Show: