Freigeben über


BuildMessageSeverity Enumeration

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This enumeration provides three levels of importance for build messages.

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.Tasks.Deployment.Bootstrapper
Assembly:  Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)

Syntax

'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("936D32F9-1A68-4d5e-98EA-044AC9A1AADA")> _
Public Enumeration BuildMessageSeverity
[ComVisibleAttribute(true)]
[GuidAttribute("936D32F9-1A68-4d5e-98EA-044AC9A1AADA")]
public enum BuildMessageSeverity
[ComVisibleAttribute(true)]
[GuidAttribute(L"936D32F9-1A68-4d5e-98EA-044AC9A1AADA")]
public enum class BuildMessageSeverity
[<ComVisibleAttribute(true)>]
[<GuidAttribute("936D32F9-1A68-4d5e-98EA-044AC9A1AADA")>]
type BuildMessageSeverity
public enum BuildMessageSeverity

Members

Member name Description
Error Indicates that the message corresponds to a build error.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.
Info Indicates that the message corresponds to build information.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.
Warning Indicates that the message corresponds to a build warning.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.Tasks.Deployment.Bootstrapper Namespace