BindingRestrictions.Merge(BindingRestrictions) Metodo

Definizione

Unisce il set di restrizioni di associazione con le restrizioni di associazione correnti.

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

Parametri

restrictions
BindingRestrictions

Set di restrizioni con cui unire le restrizioni di associazione correnti.

Valori restituiti

Nuovo set di restrizioni di associazione.

Si applica a