Editor<T>.NameFor(LambdaExpression) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the name for the specified expression
in the current context.
protected string NameFor (System.Linq.Expressions.LambdaExpression expression);
member this.NameFor : System.Linq.Expressions.LambdaExpression -> string
Protected Function NameFor (expression As LambdaExpression) As String
Parameters
- expression
- LambdaExpression
The expression to use to compute the name.
Returns
The name for the specified expression
in the current context.
Remarks
The provided expression
must be a member expression with Value as it source.