RefactoringError.Category Property

Gets or sets the category for the error.

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

Syntax

public RefactoringErrorCategory Category { get; set; }

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Project.Refactoring.RefactoringErrorCategory
RefactoringErrorCategory specifies where the error will be displayed.

Remarks

The error category determines where the error will be displayed.

.NET Framework Security

See Also

Reference

RefactoringError Class

RefactoringError Members

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