BuildMessage Class

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 ref class BuildMessage : Microsoft::Build::Tasks::Deployment::Bootstrapper::IBuildMessage
public class BuildMessage : Microsoft.Build.Tasks.Deployment.Bootstrapper.IBuildMessage
type BuildMessage = class
    interface IBuildMessage
Public Class BuildMessage
Implements IBuildMessage
Inheritance
BuildMessage
Implements

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