VsProjPropId100 Enum

Definition

Represents project properties for all Visual Studio projects.

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

Fields

VBPROJPROPID_CodeAnalysisFailOnMissingRules 15217

Flag indicating whether code analysis will fail if any rules are missing.

VBPROJPROPID_CodeAnalysisIgnoreBuiltInRules 15216

Flag indicating whether to ignore built-in rules.

VBPROJPROPID_CodeAnalysisIgnoreBuiltInRuleSets 15214

Flag indicating whether to ignore built-in rule sets.

VBPROJPROPID_CodeAnalysisRuleDirectories 15215

List of directories to search for rules specified in the rule set file.

VBPROJPROPID_CodeAnalysisRuleSet 15212

The path to the file containing the rule set used by the project.

VBPROJPROPID_CodeAnalysisRuleSetDirectories 15213

List of directories to search for rule sets used by the project.

VBPROJPROPID_TargetFrameworkMoniker 12202

The target framework moniker used by the project.

Remarks

External components can access these properties through the Properties collection for the appropriate Visual Studio automation object. (That is, ProjectItem for project files and folders, Project for projects, and Configuration for configurations). The property names for the members of this type can be used as an indexer into the Properties collection. For more information about accessing project properties through automation, see Accessing Project Type Specific Project, Project Item, and Configuration Properties.

Applies to