ExpressionExtensions.GetPropertyAccess(LambdaExpression) Methode

Definition

Ruft die ab, die PropertyInfo durch einen einfachen Eigenschaftszugriffsausdruck dargestellt wird.

public static System.Reflection.PropertyInfo GetPropertyAccess (this System.Linq.Expressions.LambdaExpression propertyAccessExpression);
static member GetPropertyAccess : System.Linq.Expressions.LambdaExpression -> System.Reflection.PropertyInfo
<Extension()>
Public Function GetPropertyAccess (propertyAccessExpression As LambdaExpression) As PropertyInfo

Parameter

propertyAccessExpression
LambdaExpression

Der Ausdruck.

Gibt zurück

Die PropertyInfo.

Hinweise

Diese Methode wird in der Regel verwendet, um Eigenschaftenzugriffs-Lambdas aus Fluent-APIs zu analysieren.

Gilt für: