RefactoringErrorCategory 枚举
重构错误类别。 指定类别可以确定将显示错误消息的位置,例如“预览更改”对话框或事件日志。 有关更多信息,请参见创建自定义数据库重构类型或目标。
命名空间: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
程序集: Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
语法
声明
Public Enumeration RefactoringErrorCategory
public enum RefactoringErrorCategory
public enum class RefactoringErrorCategory
type RefactoringErrorCategory
public enum RefactoringErrorCategory
成员
成员名称 | 说明 | |
---|---|---|
PreviewWarning | 指示该错误在“预览更改”对话框中显示为警告。 | |
EventLogInformation | 指示该错误应当显示在事件日志中。 |