OLEMSGICON Enumeration
Visual Studio 2015
Controls the icon displayed in a message and indicates the type of message.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Member name | Description | |
|---|---|---|
| OLEMSGICON_CRITICAL | Indicates that a message is a critical message. | |
| OLEMSGICON_INFO | Indicates that a message is an informational message. | |
| OLEMSGICON_NOICON | Indicates that a message is an informational message. | |
| OLEMSGICON_QUERY | Indicates that a message is a query message. | |
| OLEMSGICON_WARNING | Indicates that a message is a warning message. |
From oleipc.idl.
[C++]
Show: