VBCustomOptions Properties
The VBCustomOptions type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
OptionExplicit |
Causes the compiler to report errors if variables are not declared before they are used.
More information: https://msdn.microsoft.com/en-us/library/ayaf8c2k.aspx />
|
![]() |
OptionInference |
Enables the use of local type inference in variable declarations.
More information: https://msdn.microsoft.com/en-us/library/bb385194.aspx />
|
![]() |
OptionStrict |
Enforces strict type semantics to restrict implicit type conversions.
More information: https://msdn.microsoft.com/en-us/library/3wh7c190.aspx />
|
![]() |
RootNamespace |
Specifies a namespace for all type declarations.
|
![]() |
StringCompareOption |
Specifies how string comparisons are made.
More information: https://msdn.microsoft.com/en-us/library/ttdf47et.aspx />
|
![]() |
VBRuntime |
Specifies that the compiler should compile without a reference to the Visual Basic Runtime Library, or with a reference to a specific runtime library.
More information: https://msdn.microsoft.com/en-us/library/bb531259.aspx />
|