__PREVIEWCHANGESWARNINGLEVEL 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.
Provides preview changes warning levels.
public enum class __PREVIEWCHANGESWARNINGLEVEL
public enum class __PREVIEWCHANGESWARNINGLEVEL
enum __PREVIEWCHANGESWARNINGLEVEL
public enum __PREVIEWCHANGESWARNINGLEVEL
type __PREVIEWCHANGESWARNINGLEVEL =
Public Enum __PREVIEWCHANGESWARNINGLEVEL
- Inheritance
-
__PREVIEWCHANGESWARNINGLEVEL
Fields
Name | Value | Description |
---|---|---|
PCWL_None | 0 | No message |
PCWL_Information | 1 | Informational message |
PCWL_Warning | 2 | Warning message |
PCWL_Error | 3 | Error message |
Remarks
COM Signature
From vsshell.idl:
enum __PREVIEWCHANGESWARNINGLEVEL
{
PCWL_None = 0,
PCWL_Information = 1,
PCWL_Warning = 2,
PCWL_Error = 3
};
typedef LONG PREVIEWCHANGESWARNINGLEVEL;