RefactoringErrorCategory Enumeration
Refactoring error category. Specifying a category determines where the error message will be shown, such as the Preview Changes dialog box or the event log. For more information, see Create Custom Database Refactoring Types or Targets.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Enumeration RefactoringErrorCategory
public enum RefactoringErrorCategory
public enum class RefactoringErrorCategory
type RefactoringErrorCategory
public enum RefactoringErrorCategory
Members
Member name | Description | |
---|---|---|
PreviewWarning | Indicates that the error appears as a warning in the Preview Changes dialog box. | |
EventLogInformation | Indicates that the error should appear in the event log. |
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace