VisualBasicDesignerHelper.RecompileVisualBasicValue Method

Definition

Recompiles a previously compiled VisualBasicValue<TResult> expression.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
public static System.Activities.Activity RecompileVisualBasicValue(System.Activities.ActivityWithResult visualBasicValue, out Type returnType, out System.Activities.ExpressionParser.SourceExpressionException compileError, out Microsoft.VisualBasic.Activities.VisualBasicSettings vbSettings);

Parameters

visualBasicValue
ActivityWithResult

The expression to recompile.

returnType
Type

When this method returns, contains the result type of the expression. This parameter is passed uninitialized.

compileError
SourceExpressionException

When this method returns, contains any compilation errors that occurred, or null if compilation was successful. This parameter is passed uninitialized. This parameter is passed uninitialized.

vbSettings
VisualBasicSettings

When this method returns, contains the settings required to compile the expression.

Returns

The recompiled VisualBasicValue<TResult> expression.

Applies to

Proizvod Verzije
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1