Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Refactoring Namespace