__PREVIEWCHANGESWARNINGLEVEL Enum
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
C++/CX
public enum class __PREVIEWCHANGESWARNINGLEVEL
enum __PREVIEWCHANGESWARNINGLEVEL
public enum __PREVIEWCHANGESWARNINGLEVEL
type __PREVIEWCHANGESWARNINGLEVEL =
Public Enum __PREVIEWCHANGESWARNINGLEVEL
- Inheritance
-
__PREVIEWCHANGESWARNINGLEVEL
Name | Value | Description |
---|---|---|
PCWL_None | 0 | No message |
PCWL_Information | 1 | Informational message |
PCWL_Warning | 2 | Warning message |
PCWL_Error | 3 | Error message |
From vsshell.idl:
cpp#
enum __PREVIEWCHANGESWARNINGLEVEL
{
PCWL_None = 0,
PCWL_Information = 1,
PCWL_Warning = 2,
PCWL_Error = 3
};
typedef LONG PREVIEWCHANGESWARNINGLEVEL;
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |