VsProjPropId100 Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
VBPROJPROPID_TargetFrameworkMoniker | 12202 | The target framework moniker used by the project. |
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_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_CodeAnalysisIgnoreBuiltInRules | 15216 | Flag indicating whether to ignore built-in rules. |
VBPROJPROPID_CodeAnalysisFailOnMissingRules | 15217 | Flag indicating whether code analysis will fail if any rules are missing. |
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.