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
- 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.Package.Refactoring Namespace