__VSUL_ERRORLEVEL Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates error levels for the upgrade logger.
public enum class __VSUL_ERRORLEVEL
public enum class __VSUL_ERRORLEVEL
enum __VSUL_ERRORLEVEL
public enum __VSUL_ERRORLEVEL
type __VSUL_ERRORLEVEL =
Public Enum __VSUL_ERRORLEVEL
- Inheritance
-
__VSUL_ERRORLEVEL
Fields
Name | Value | Description |
---|---|---|
VSUL_INFORMATIONAL | 0 | Informational message |
VSUL_WARNING | 1 | Warning message |
VSUL_ERROR | 2 | Error message |
VSUL_STATUSMSG | 3 | Status message |
VSUL_PROJECT_HYPERLINK | 4 | Project hyperlink |
Remarks
COM Signature
From vsshell80.idl:
enum __VSUL_ERRORLEVEL
{
VSUL_INFORMATIONAL = 0x00000000,
,VSUL_WARNING = 0x00000001
,VSUL_ERROR = 0x00000002
,VSUL_STATUSMSG = 0x00000003
,VSUL_PROJECT_HYPERLINK = 0x00000004
};
typedef DWORD VSUL_ERRORLEVEL;