Dela 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
'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);
}
public function get Category () : RefactoringErrorCategory 
public function set Category (value : RefactoringErrorCategory)

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