VBProjPropId90 Enumeration
An enumeration that controls options in the Code Analysis page for Visual Basic projects. Applies to Visual Basic only.
Assembly: VslangProj90 (in VslangProj90.dll)
| Member name | Description | |
|---|---|---|
| VBPROJPROPID_CodeAnalysisCulture | The Culture to use for Code Analysis spelling rules, such as "en-US" or "en-AU". The default value is the current user interface language for Windows. | |
| VBPROJPROPID_CodeAnalysisDictionaries | Indicates the dictionaries used by Code Analysis. | |
| VBPROJPROPID_CodeAnalysisIgnoreGeneratedCode | Indicates whether Code Analysis should fail silently when it analyzes invalid assemblies, such as those without managed code. The default value is true. | |
| VBPROJPROPID_CodeAnalysisOverrideRuleVisibilities | Indicates whether to run all overridable Code Analysis rules against all targets. This will cause specific rules, such as those within the Design and Naming categories, to run against both public and internal APIs instead of only public APIs. The default value is false. | |
| VBPROJPROPID_OptionInfer | Indicates whether local type inference in declaring variables is used in the project. |
For more information, see Specifying Managed Code Analysis Properties.