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

‘선언
Public Enumeration OLEMSGICON
‘사용 방법
Dim instance As 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++]

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace