MessageTaskItemType 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 message type for task messages.
public enum class MessageTaskItemType
public enum MessageTaskItemType
type MessageTaskItemType =
Public Enum MessageTaskItemType
- Inheritance
-
MessageTaskItemType
Fields
Name | Value | Description |
---|---|---|
Information | 0 | An informational message. |
Warning | 1 | A warning message. |
Error | 2 | An error message. |