Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
Public Enumeration __PREVIEWCHANGESWARNINGLEVEL
public enum __PREVIEWCHANGESWARNINGLEVEL
public enum class __PREVIEWCHANGESWARNINGLEVEL
type __PREVIEWCHANGESWARNINGLEVEL
public enum __PREVIEWCHANGESWARNINGLEVEL
Members
Member name | Description | |
---|---|---|
PCWL_Error | Error message | |
PCWL_Information | Informational message | |
PCWL_None | No message | |
PCWL_Warning | Warning message |
Remarks
COM Signature
From vsshell.idl:
enum __PREVIEWCHANGESWARNINGLEVEL
{
PCWL_None = 0,
PCWL_Information = 1,
PCWL_Warning = 2,
PCWL_Error = 3
};
typedef LONG PREVIEWCHANGESWARNINGLEVEL;