OLEMSGICON Enumeration
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_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. |
Remarks
COM Signature
From oleipc.idl.
[C++]