Freigeben über


ISimpleErrorContext.AddError-Methode

Diese API unterstützt die .NET Framework-Infrastruktur und ist nicht für die direkte Verwendung in Code bestimmt.

Nur für die interne Verwendung durch Microsoft vorgesehen.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
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
)

Parameter

  • text
    Typ: String

    Fehlertext

  • errorID
    Typ: String

    Fehler-ID

  • File
    Typ: String

    Die Datei, die den Fehler enthält.

  • line
    Typ: Int32

    Zeile in der Datei.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISimpleErrorContext Schnittstelle

Microsoft.VisualStudio.VCProjectEngine-Namespace