ToolCommandBindingCollection.AddRange Method

Adds the specified bindings to the collection.

Namespace:  Microsoft.Windows.Design.Interaction
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public Sub AddRange ( _
    bindings As ICollection(Of ToolCommandBinding) _
)
public void AddRange(
    ICollection<ToolCommandBinding> bindings
)
public:
void AddRange(
    ICollection<ToolCommandBinding^>^ bindings
)
member AddRange : 
        bindings:ICollection<ToolCommandBinding> -> unit 
public function AddRange(
    bindings : ICollection<ToolCommandBinding>
)

Parameters

Exceptions

Exception Condition
ArgumentNullException

bindings is nulla null reference (Nothing in Visual Basic).

.NET Framework Security

See Also

Reference

ToolCommandBindingCollection Class

Microsoft.Windows.Design.Interaction Namespace

Other Resources

WPF Designer Extensibility

Tool Architecture