DefaultValueSourceLocation Enumeration

Determines whether the default value for a property is set at the bottom or the top of the project file.

MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

Namespace:  Microsoft.Build.Framework.XamlTypes
Assembly:  Microsoft.Build.Framework (in Microsoft.Build.Framework.dll)

Syntax

'Declaration
Public Enumeration DefaultValueSourceLocation
public enum DefaultValueSourceLocation
public enum class DefaultValueSourceLocation
type DefaultValueSourceLocation
public enum DefaultValueSourceLocation

Members

Member name Description
AfterContext 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.)MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
BeforeContext The default value for a property is set at the top of the project file (usually via an import of a .props file).MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.

See Also

Reference

Microsoft.Build.Framework.XamlTypes Namespace