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(Of TResult) and VisualBasicValue(Of TResult) expressions.

System_CAPS_pubclassVisualBasicImportReference

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

System_CAPS_pubclassVisualBasicReference(Of 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(Of TResult) and VisualBasicReference(Of TResult) instances use to compile the source text of the expressions they contain.

System_CAPS_pubclassVisualBasicValue(Of TResult)

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

Return to top
Show: