PreviewWarningLevel Enumeration
This enumeration indicates the warning level of the warning messages that will appear in the refactoring preview window.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Enumeration PreviewWarningLevel
'Usage
Dim instance As PreviewWarningLevel
public enum PreviewWarningLevel
public enum class PreviewWarningLevel
public enum PreviewWarningLevel
Members
Member name | Description | |
---|---|---|
None | There is no warning level. | |
Information | The message is informational. | |
Warning | The message is a warning. | |
Error | The message is an error message. |
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace