Expand Minimize
This topic has not yet been rated - Rate this topic

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
public enum OLEMSGICON
public enum OLEMSGICON
 Member nameDescription
OLEMSGICON_CRITICALIndicates that a message is a critical message. 
OLEMSGICON_INFOIndicates that a message is an informational message. 
OLEMSGICON_NOICONIndicates that a message is an informational message. 
OLEMSGICON_QUERYIndicates that a message is a query message. 
OLEMSGICON_WARNINGIndicates that a message is a warning message. 

COM Signature

From oleipc.idl.

[C++]

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.