IBuildMessage Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents messages that occur during the BootstrapperBuilder build operation.
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("E3C981EA-99E6-4f48-8955-1AAFDFB5ACE4")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)> _
Public Interface IBuildMessage
[ComVisibleAttribute(true)]
[GuidAttribute("E3C981EA-99E6-4f48-8955-1AAFDFB5ACE4")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)]
public interface IBuildMessage
[ComVisibleAttribute(true)]
[GuidAttribute(L"E3C981EA-99E6-4f48-8955-1AAFDFB5ACE4")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IBuildMessage
[<ComVisibleAttribute(true)>]
[<GuidAttribute("E3C981EA-99E6-4f48-8955-1AAFDFB5ACE4")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsDual)>]
type IBuildMessage = interface end
public interface IBuildMessage
The IBuildMessage type exposes the following members.
Properties
Name | Description | |
---|---|---|
HelpId | Infrastructure. Gets the MSBuild Help ID for the host IDE.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. | |
HelpKeyword | Infrastructure. Gets the MSBuild F1 Help keyword for the host IDE.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. | |
Message | Infrastructure. Gets a description of the details of the build 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. | |
Severity | Infrastructure. Gets the severity of the build 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. |
Top