Expression.SetPathToValue Methode

Definition

Überlädt

SetPathToValue(Expression, Expression)

Erstellen und Überprüfen eines Eigenschaftsausdrucks auf einen Wertausdruck festlegen

SetPathToValue(Expression, Object)

Erstellen und Überprüfen eines Eigenschaftsausdrucks auf einen Wertausdruck festlegen

SetPathToValue(Expression, Expression)

Erstellen und Überprüfen eines Eigenschaftsausdrucks auf einen Wertausdruck festlegen

public static AdaptiveExpressions.Expression SetPathToValue (AdaptiveExpressions.Expression property, AdaptiveExpressions.Expression value);
static member SetPathToValue : AdaptiveExpressions.Expression * AdaptiveExpressions.Expression -> AdaptiveExpressions.Expression
Public Shared Function SetPathToValue (property As Expression, value As Expression) As Expression

Parameter

property
Expression

-Eigenschaftsausdruck.

value
Expression

Value-Ausdruck.

Gibt zurück

Neuer Ausdruck.

Gilt für:

SetPathToValue(Expression, Object)

Erstellen und Überprüfen eines Eigenschaftsausdrucks auf einen Wertausdruck festlegen

public static AdaptiveExpressions.Expression SetPathToValue (AdaptiveExpressions.Expression property, object value);
static member SetPathToValue : AdaptiveExpressions.Expression * obj -> AdaptiveExpressions.Expression
Public Shared Function SetPathToValue (property As Expression, value As Object) As Expression

Parameter

property
Expression

-Eigenschaftsausdruck.

value
Object

value-Objekt.

Gibt zurück

Neuer Ausdruck.

Gilt für: