Compartir a través de


RefactoringError.Category (Propiedad)

Obtiene o establece la categoría de este error de refactorización.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
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 propiedad

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

Comentarios

La categoría de error determina donde aparece el error.

Seguridad de .NET Framework

Vea también

Referencia

RefactoringError Clase

Microsoft.VisualStudio.Data.Schema.Package.Refactoring (Espacio de nombres)