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
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring