BindingRestrictions.Merge(BindingRestrictions) Método

Definición

Combina el conjunto de restricciones de enlace con las restricciones de enlace actuales.

public:
 System::Dynamic::BindingRestrictions ^ Merge(System::Dynamic::BindingRestrictions ^ restrictions);
public System.Dynamic.BindingRestrictions Merge (System.Dynamic.BindingRestrictions restrictions);
member this.Merge : System.Dynamic.BindingRestrictions -> System.Dynamic.BindingRestrictions
Public Function Merge (restrictions As BindingRestrictions) As BindingRestrictions

Parámetros

restrictions
BindingRestrictions

Conjunto de restricciones de enlace con el que se combinan las restricciones de enlace actuales.

Devoluciones

Nuevo conjunto de restricciones de enlace.

Se aplica a