VsProjPropId100 Enumeration
Represents project properties for all Visual Studio projects.
Namespace: VslangProj100
Assembly: VslangProj100 (in VslangProj100.dll)
Syntax
'Declaration
Public Enumeration VsProjPropId100
public enum VsProjPropId100
public enum class VsProjPropId100
type VsProjPropId100
public enum VsProjPropId100
Members
Member name | Description | |
---|---|---|
VBPROJPROPID_CodeAnalysisFailOnMissingRules | Flag indicating whether code analysis will fail if any rules are missing. | |
VBPROJPROPID_CodeAnalysisIgnoreBuiltInRules | Flag indicating whether to ignore built-in rules. | |
VBPROJPROPID_CodeAnalysisIgnoreBuiltInRuleSets | Flag indicating whether to ignore built-in rule sets. | |
VBPROJPROPID_CodeAnalysisRuleDirectories | List of directories to search for rules specified in the rule set file. | |
VBPROJPROPID_CodeAnalysisRuleSet | The path to the file containing the rule set used by the project. | |
VBPROJPROPID_CodeAnalysisRuleSetDirectories | List of directories to search for rule sets used by the project. | |
VBPROJPROPID_TargetFrameworkMoniker | 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.