VBProjPropId90 Enumeration

An enumeration that controls options in the Code Analysis page for Visual Basic projects. Applies to Visual Basic only.

Namespace:  VslangProj90
Assembly:  VslangProj90 (in VslangProj90.dll)

Syntax

'Declaration
Public Enumeration VBProjPropId90
public enum VBProjPropId90
public enum class VBProjPropId90
type VBProjPropId90
public enum VBProjPropId90

Members

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.

Remarks

For more information, see Code Analysis Properties for Managed Code.

See Also

Reference

VslangProj90 Namespace