RuntimeOps.Quote(Expression, Object, Object[]) Methode

Definitie

Let op

do not use this method

De opgegeven expressiestructuur aanhalingstekens.

Deze API ondersteunt de productinfrastructuur en is niet bedoeld om rechtstreeks vanuit de code te gebruiken.

public:
 static System::Linq::Expressions::Expression ^ Quote(System::Linq::Expressions::Expression ^ expression, System::Object ^ hoistedLocals, cli::array <System::Object ^> ^ locals);
[System.Obsolete("do not use this method", true)]
public static System.Linq.Expressions.Expression Quote(System.Linq.Expressions.Expression expression, object hoistedLocals, object[] locals);
[<System.Obsolete("do not use this method", true)>]
static member Quote : System.Linq.Expressions.Expression * obj * obj[] -> System.Linq.Expressions.Expression
Public Shared Function Quote (expression As Expression, hoistedLocals As Object, locals As Object()) As Expression

Parameters

expression
Expression

De expressie die moet worden aanhalingstekens weergegeven.

hoistedLocals
Object

De lokale status die door de compiler wordt geleverd.

locals
Object[]

De werkelijke lokale waarden.

Retouren

De expressie tussen aan citeren.

Kenmerken

Van toepassing op