Condividi tramite


BindingRestrictions.GetExpressionRestriction(Expression) Metodo

Definizione

Crea la restrizione relativa all'associazione che controlla l'eventuale presenza di proprietà non modificabili arbitrarie nell'espressione.

public:
 static System::Dynamic::BindingRestrictions ^ GetExpressionRestriction(System::Linq::Expressions::Expression ^ expression);
public static System.Dynamic.BindingRestrictions GetExpressionRestriction (System.Linq.Expressions.Expression expression);
static member GetExpressionRestriction : System.Linq.Expressions.Expression -> System.Dynamic.BindingRestrictions
Public Shared Function GetExpressionRestriction (expression As Expression) As BindingRestrictions

Parametri

expression
Expression

Espressione che rappresenta le restrizioni.

Restituisce

Nuove restrizioni relative all'associazione.

Commenti

Per convenzione, le restrizioni generali create da questo metodo devono testare solo le proprietà degli oggetti non modificabili.

Si applica a