Partilhar via


Método ISimpleErrorContext.AddError

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Somente para uso interno da Microsoft.

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

Sintaxe

'Declaração
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
)

Parâmetros

  • text
    Tipo: String

    Texto de erro

  • errorID
    Tipo: String

    Identificação de erro

  • File
    Tipo: String

    Arquivo que contém o erro

  • line
    Tipo: Int32

    Linha no arquivo

Segurança do .NET Framework

Consulte também

Referência

ISimpleErrorContext Interface

Namespace Microsoft.VisualStudio.VCProjectEngine