OutputMessageType Enum
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.
Specifies the type of output message as either an error, warning, or informational.
public enum class OutputMessageType
[System.Runtime.InteropServices.ComVisible(false)]
public enum OutputMessageType
[<System.Runtime.InteropServices.ComVisible(false)>]
type OutputMessageType =
Public Enum OutputMessageType
- Inheritance
-
OutputMessageType
- Attributes
Fields
Name | Value | Description |
---|---|---|
Info | 0 | Indicates an informational message. |
Warning | 1 | Indicates a warning. |
Error | 2 | Indicates an error. |