Share via


RefactoringErrorCategory Enumeration

The RefactoringErrorCategory determines where the error message will be shown, such as in a Preview Changes dialog box or an event log.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Enumeration RefactoringErrorCategory
'Usage
Dim instance As RefactoringErrorCategory
public enum RefactoringErrorCategory
public enum class RefactoringErrorCategory
public enum RefactoringErrorCategory
type RefactoringErrorCategory

Members

Member name Description
PreviewWarning Indicates that the error should be displayed in the Preview Changes dialog box
EventLogInformation Indicates that the error should be displayed in the event log

Remarks

The values are mutually exclusive. You cannot specify that an error should appear in both the Preview Changes dialog box and the event log.

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace

RefactoringError

RefactoringOperation