Share via


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

'Declaration
Public Property Category As RefactoringErrorCategory
    Get
    Set
'Usage
Dim instance As RefactoringError
Dim value As RefactoringErrorCategory

value = instance.Category

instance.Category = value
public RefactoringErrorCategory Category { get; set; }
public:
property RefactoringErrorCategory Category {
    RefactoringErrorCategory get ();
    void set (RefactoringErrorCategory value);
}
function get Category () : RefactoringErrorCategory
function set Category (value : RefactoringErrorCategory)
member Category : RefactoringErrorCategory with 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