__PREVIEWCHANGESWARNINGLEVEL Enumeration
Visual Studio 2015
Provides preview changes warning levels.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Member name | Description | |
|---|---|---|
| PCWL_Error | Error message | |
| PCWL_Information | Informational message | |
| PCWL_None | No message | |
| PCWL_Warning | Warning message |
From vsshell.idl:
enum __PREVIEWCHANGESWARNINGLEVEL { PCWL_None = 0, PCWL_Information = 1, PCWL_Warning = 2, PCWL_Error = 3 }; typedef LONG PREVIEWCHANGESWARNINGLEVEL;
Show: