ChannelMessageKind 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.
The kinds of standard channel messages. Note: These values should never be changed. We can add new kinds, but don't change these values. Other code bases, including native code for other projects depends on these values.
public enum ChannelMessageKind
type ChannelMessageKind =
Public Enum ChannelMessageKind
- Inheritance
-
ChannelMessageKind
Fields
Name | Value | Description |
---|---|---|
Trace | 0 | |
Info | 1 | |
Warning | 2 | |
Error | 3 |