Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
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
)
Parameters
- ErrMsg
Type: System.String
- hr
Type: System.Int32
- HelpKeyword
Type: System.String
Implements
IVCProjectEngineEvents.ReportError(String, Int32, String)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.