VBProjPropId90 Enum

Definition

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

public enum class VBProjPropId90
public enum class VBProjPropId90
enum VBProjPropId90
public enum VBProjPropId90
type VBProjPropId90 = 
Public Enum VBProjPropId90
Inheritance
VBProjPropId90

Fields

VBPROJPROPID_CodeAnalysisCulture 15210

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 15211

Indicates the dictionaries used by Code Analysis.

VBPROJPROPID_CodeAnalysisIgnoreGeneratedCode 15208

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 15209

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 15101

Indicates whether local type inference in declaring variables is used in the project.

Remarks

For more information, see Specifying Managed Code Analysis Properties.

Applies to