Microsoft.VisualBasic.Activities Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides classes related to Visual Basic activities.h.
Classes
VisualBasic |
Provides an attached property store for VisualBasicSettings. |
VisualBasicDesignerHelper |
Creates and compiles VisualBasicReference<TResult> and VisualBasicValue<TResult> expressions. |
VisualBasicImportReference |
Represents an assembly reference and the namespace imported from that assembly. |
VisualBasicReference<TResult> |
Contains an expression in Visual Basic syntax that evaluates to an l-value, which supports binding of the Out arguments. |
VisualBasicSettings |
Contains settings that VisualBasicValue<TResult> and VisualBasicReference<TResult> instances use to compile the source text of the expressions they contain. |
VisualBasicValue<TResult> |
Contains an expression in Visual Basic syntax that evaluates to an r-value, which supports binding of In arguments. |