Partager via


ISimpleErrorContext.AddError, méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Réservé à un usage interne Microsoft.

Espace de noms :  Microsoft.VisualStudio.VCProjectEngine
Assembly :  Microsoft.VisualStudio.VCProjectEngine (dans Microsoft.VisualStudio.VCProjectEngine.dll)

Syntaxe

'Déclaration
Sub AddError ( _
    text As String, _
    errorID As String, _
    File As String, _
    line As Integer _
)
void AddError(
    string text,
    string errorID,
    string File,
    int line
)
void AddError(
    [InAttribute] String^ text, 
    [InAttribute] String^ errorID, 
    [InAttribute] String^ File, 
    [InAttribute] int line
)
abstract AddError : 
        text:string * 
        errorID:string * 
        File:string * 
        line:int -> unit 
function AddError(
    text : String, 
    errorID : String, 
    File : String, 
    line : int
)

Paramètres

Sécurité .NET Framework

Voir aussi

Référence

ISimpleErrorContext Interface

Microsoft.VisualStudio.VCProjectEngine, espace de noms