Partilhar via


Propriedade RefactoringError.Category

Obtém ou define a categoria de erro para esse erro de refatoração.

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

Sintaxe

'Declaração
Public Property Category As RefactoringErrorCategory
    Get
    Set
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)

Valor de propriedade

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

Comentários

A categoria de erro determina onde o erro é exibido.

Segurança do .NET Framework

Consulte também

Referência

RefactoringError Classe

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