__PREVIEWCHANGESWARNINGLEVEL Enumeration

 

Provides preview changes warning levels.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

public enum __PREVIEWCHANGESWARNINGLEVEL

Member nameDescription
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;
Return to top
Show: