Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Microsoft.VisualBasic.Activities Namespace

.NET Framework (current version)
 

Provides classes related to Visual Basic activities.h

ClassDescription
System_CAPS_pubclassVisualBasic

Provides an attached property store for VisualBasicSettings.

System_CAPS_pubclassVisualBasicDesignerHelper

This API supports the product infrastructure and is not intended to be used directly from your code. Creates and compiles VisualBasicReference<TResult> and VisualBasicValue<TResult> expressions.

System_CAPS_pubclassVisualBasicImportReference

Represents an assembly reference and the namespace imported from that assembly.

System_CAPS_pubclassVisualBasicReference<TResult>

Contains an expression in Visual Basic syntax that evaluates to an l-value, which supports binding of the Out arguments.

System_CAPS_pubclassVisualBasicSettings

Contains settings that VisualBasicValue<TResult> and VisualBasicReference<TResult> instances use to compile the source text of the expressions they contain.

System_CAPS_pubclassVisualBasicValue<TResult>

Contains an expression in Visual Basic syntax that evaluates to an r-value, which supports binding of In arguments.

Return to top
Show: