Partilhar via


Método IVCProjectEngineEvents2.ReportError

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

Sintaxe

'Declaração
Sub ReportError ( _
    ErrMsg As String, _
    hr As Integer, _
    HelpKeyword As String _
)
void ReportError(
    string ErrMsg,
    int hr,
    string HelpKeyword
)
void ReportError(
    String^ ErrMsg, 
    int hr, 
    String^ HelpKeyword
)
abstract ReportError : 
        ErrMsg:string * 
        hr:int * 
        HelpKeyword:string -> unit
function ReportError(
    ErrMsg : String, 
    hr : int, 
    HelpKeyword : String
)

Parâmetros

  • ErrMsg
    Tipo: String
  • hr
    Tipo: Int32
  • HelpKeyword
    Tipo: String

Segurança do .NET Framework

Consulte também

Referência

IVCProjectEngineEvents2 Interface

Namespace Microsoft.VisualStudio.VCProjectEngine