Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions
The MessageState enum defines the different states of a message that can be displayed in the Command Palette. Each state represents a different type of message that can be shown to the user, such as error messages, informational messages, success messages, and warning messages.
Fields
| Field | Value | Description |
|---|---|---|
| Info | 0 |
Indicates an informational message. |
| Success | 1 |
Indicates a success message. |
| Warning | 2 |
Indicates a warning message. |
| Error | 3 |
Indicates an error message. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer