OutputMessage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |