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.
Controls the icon displayed in a message and indicates the type of message.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
Public Enumeration OLEMSGICON
public enum OLEMSGICON
public enum class OLEMSGICON
type OLEMSGICON
public enum OLEMSGICON
Members
Member name | Description | |
---|---|---|
OLEMSGICON_NOICON | Indicates that a message is an informational message. | |
OLEMSGICON_CRITICAL | Indicates that a message is a critical message. | |
OLEMSGICON_QUERY | Indicates that a message is a query message. | |
OLEMSGICON_WARNING | Indicates that a message is a warning message. | |
OLEMSGICON_INFO | Indicates that a message is an informational message. |
Remarks
COM Signature
From oleipc.idl.
[C++]