VBPackageSettings Interface
Visual Studio 2015
Defines a group of Visual Basic settings that are applied to all new projects.
Assembly: VSLangProj2 (in VSLangProj2.dll)
| Name | Description | |
|---|---|---|
![]() | OptionCompare | Gets or sets whether strings are compared using a binary or text method. Visual Basic projects only. |
![]() | OptionExplicit | Gets or sets whether variables must be declared. |
![]() | OptionStrict | Gets or sets whether implicit narrowing conversions are allowed. |
This class encapsulates the settings for Option Strict, Option Explicit, and Option Compare. The class is used to set the options for new projects.
Show:
