IBuildMessage Interface

Definition

Represents messages that occur during the BootstrapperBuilder's Build operation.

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

public interface class IBuildMessage
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("E3C981EA-99E6-4f48-8955-1AAFDFB5ACE4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface IBuildMessage
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("E3C981EA-99E6-4f48-8955-1AAFDFB5ACE4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type IBuildMessage = interface
Public Interface IBuildMessage
Derived
Attributes

Properties

HelpId

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

The MSBuild help id for the host IDE

HelpKeyword

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

The MSBuild F1-help keyword for the host IDE, or null

Message

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

A text string describing the details of the build message

Severity

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

This severity of this build message

Applies to