Share via


RefactoringError.Category Property

Gets or sets the error category for this refactoring error.

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

Syntax

'Declaration
Public Property Category As RefactoringErrorCategory
public RefactoringErrorCategory Category { get; set; }
public:
property RefactoringErrorCategory Category {
    RefactoringErrorCategory get ();
    void set (RefactoringErrorCategory value);
}
member Category : RefactoringErrorCategory with get, set
function get Category () : RefactoringErrorCategory
function set Category (value : RefactoringErrorCategory)

Property Value

Type: Microsoft.VisualStudio.Data.Schema.Package.Refactoring.RefactoringErrorCategory

Remarks

The error category determines where the error appears.

.NET Framework Security

See Also

Reference

RefactoringError Class

Microsoft.VisualStudio.Data.Schema.Package.Refactoring Namespace