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.

Namespace:   Microsoft.VisualBasic.Activities
Assembly:  System.Activities (in System.Activities.dll)

public:
property VisualBasicSettings^ Default {
	static VisualBasicSettings^ get();
}

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
Return to top
Show: