OutputMessage Class

Definition

Describes an error, warning, or informational output message for the manifest generator.

public ref class OutputMessage sealed
[System.Runtime.InteropServices.ComVisible(false)]
public sealed class OutputMessage
[<System.Runtime.InteropServices.ComVisible(false)>]
type OutputMessage = class
Public NotInheritable Class OutputMessage
Inheritance
OutputMessage
Attributes

Properties

Name

Specifies an identifier for the message.

Text

Contains the text of the message.

Type

Indicates whether the message is an error, warning, or informational message.

Methods

GetArguments()

Returns a string array of arguments for the message.

Applies to