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)

public enum OLEMSGICON

Member nameDescription
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++]

Return to top
Show: