VisualBasicSettings::Default Property
.NET Framework (current version)
Gets a VisualBasicSettings that contains the default set of assembly references and imported namespaces. This set is available to all VisualBasicValue<TResult> and VisualBasicReference<TResult> instances in a given AppDomain.
Assembly: System.Activities (in System.Activities.dll)
Property Value
Type: Microsoft.VisualBasic.Activities::VisualBasicSettings^A VisualBasicSettings that contains the default set of assembly references and imported namespaces.
The following table lists the default imported namespaces and assembly references.
Imported Namespace | Assembly |
|---|---|
System | mscorlib |
System | System |
System.Collections | mscorlib |
System.Collections.Generic | mscorlib |
System.Collections.Generic | System |
System.Activities | System.Activities |
System.Activities.Statements | System.Activities |
System.Activities.Expressions | System.Activities |
.NET Framework
Available since 4.0
Available since 4.0
Show: