OutputMessageType Enumeration
Specifies the type of output message as either an error, warning, or informational.
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.ManifestUtilities
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Enumeration OutputMessageType
[ComVisibleAttribute(false)]
public enum OutputMessageType
[ComVisibleAttribute(false)]
public enum class OutputMessageType
[<ComVisibleAttribute(false)>]
type OutputMessageType
public enum OutputMessageType
Members
Member name | Description | |
---|---|---|
Error | Indicates an 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 an informational message.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 a 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.ManifestUtilities Namespace