IBuildMessage Interface

 

This API supports the product 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)

[ComVisibleAttribute(true)]
[GuidAttribute("E3C981EA-99E6-4f48-8955-1AAFDFB5ACE4")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsDual)]
public interface class IBuildMessage

NameDescription
System_CAPS_pubpropertyHelpId

This API supports the product infrastructure and is not intended to be used directly from your code. 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.

System_CAPS_pubpropertyHelpKeyword

This API supports the product infrastructure and is not intended to be used directly from your code. 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.

System_CAPS_pubpropertyMessage

This API supports the product infrastructure and is not intended to be used directly from your code. 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.

System_CAPS_pubpropertySeverity

This API supports the product infrastructure and is not intended to be used directly from your code. 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.

Return to top
Show: