VisualBasicDesignerHelper.CreatePrecompiledVisualBasicReference Method

Definition

Creates and returns a precompiled VisualBasicReference<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 CreatePrecompiledVisualBasicReference(Type targetType, string expressionText, System.Collections.Generic.IEnumerable<string> namespaces, System.Collections.Generic.IEnumerable<string> referencedAssemblies, System.Activities.LocationReferenceEnvironment environment, out Type returnType, out System.Activities.ExpressionParser.SourceExpressionException compileError, out Microsoft.VisualBasic.Activities.VisualBasicSettings vbSettings);

Parameters

targetType
Type

The expected expression type.

expressionText
String

The expression in Visual Basic syntax.

namespaces
IEnumerable<String>

The imported namespaces.

referencedAssemblies
IEnumerable<String>

The referenced assemblies.

environment
LocationReferenceEnvironment

The mechanism for resolving names to their associated Argument and Variable objects.

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.

vbSettings
VisualBasicSettings

When this method returns, contains the settings required to compile the expression. This parameter is passed uninitialized.

Returns

The precompiled VisualBasicReference<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