VisualBasicSettings.Default Property
Definition
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.
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.
public:
static property Microsoft::VisualBasic::Activities::VisualBasicSettings ^ Default { Microsoft::VisualBasic::Activities::VisualBasicSettings ^ get(); };
public static Microsoft.VisualBasic.Activities.VisualBasicSettings Default { get; }
static member Default : Microsoft.VisualBasic.Activities.VisualBasicSettings
Public Shared ReadOnly Property Default As VisualBasicSettings
Property Value
A VisualBasicSettings that contains the default set of assembly references and imported namespaces.
Remarks
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 |