Partager via


RefactoringOperation.AddError, méthode

Ajoute une erreur de refactorisation à l'opération.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Sub AddError ( _
    error As RefactoringError _
)
public void AddError(
    RefactoringError error
)
public:
void AddError(
    RefactoringError^ error
)
member AddError : 
        error:RefactoringError -> unit 
public function AddError(
    error : RefactoringError
)

Paramètres

Notes

Pendant l'opération de refactorisation, l'opération affiche ces messages d'erreur d'après leur catégorie.

Sécurité .NET Framework

Voir aussi

Référence

RefactoringOperation Classe

Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms