ToolCommandBindingCollection.AddRange (Método)
Agrega los enlaces especificados a la colección.
Espacio de nombres: Microsoft.Windows.Design.Interaction
Ensamblado: Microsoft.Windows.Design.Interaction (en Microsoft.Windows.Design.Interaction.dll)
Sintaxis
'Declaración
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>
)
Parámetros
- bindings
Tipo: System.Collections.Generic.ICollection<ToolCommandBinding>
Enlaces que se van a agregar.
Excepciones
Excepción | Condición |
---|---|
ArgumentNullException | El valor de bindings es nullreferencia null (Nothing en Visual Basic). |
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
ToolCommandBindingCollection Clase
Microsoft.Windows.Design.Interaction (Espacio de nombres)