BindingRestrictions.GetExpressionRestriction Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates the binding restriction that checks the expression for arbitrary immutable properties.
Assembly: System.Core (in System.Core.dll)
'Declaration Public Shared Function GetExpressionRestriction ( _ expression As Expression _ ) As BindingRestrictions
Parameters
- expression
- Type: System.Linq.Expressions.Expression
The expression representing the restrictions.
Show: