__PREVIEWCHANGESWARNINGLEVEL Enum

Definition

Provides preview changes warning levels.

C++/CX
public enum class __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:

cpp#
enum __PREVIEWCHANGESWARNINGLEVEL  
{  
    PCWL_None = 0,  
    PCWL_Information = 1,  
    PCWL_Warning = 2,  
    PCWL_Error = 3  
};  
typedef LONG PREVIEWCHANGESWARNINGLEVEL;  

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022