Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Usage
Dim instance As __PREVIEWCHANGESWARNINGLEVEL
public enum __PREVIEWCHANGESWARNINGLEVEL
public enum class __PREVIEWCHANGESWARNINGLEVEL
type __PREVIEWCHANGESWARNINGLEVEL
public enum __PREVIEWCHANGESWARNINGLEVEL
Members
| Member name | Description | |
|---|---|---|
| PCWL_None | No message | |
| PCWL_Information | Informational message | |
| PCWL_Warning | Warning message | |
| PCWL_Error | 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;