DefaultValueSourceLocation 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.
Indicates where the default value for some property may be found.
public enum class DefaultValueSourceLocation
public enum DefaultValueSourceLocation
type DefaultValueSourceLocation =
Public Enum DefaultValueSourceLocation
- Inheritance
-
DefaultValueSourceLocation
Fields
Name | Value | Description |
---|---|---|
BeforeContext | 0 | The default value for a property is set at the top of the project file (usually via an import of a .props file). |
AfterContext | 1 | The default value for a property is set at the bottom of the project file (usually via an import of a .targets file, where the property definition is conditional on whether the property has not already been defined.) |