Expand Minimize
This topic has not yet been rated - Rate this topic

_dispVCProjectEngineEvents_ReportErrorEventHandler Delegate

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft internal use only.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
[ComVisibleAttribute(false)]
public delegate void _dispVCProjectEngineEvents_ReportErrorEventHandler(
	string ErrMsg,
	int errCode,
	string HelpKeyword
)

Parameters

ErrMsg
Type: System.String
Error message
errCode
Type: System.Int32
Error code
HelpKeyword
Type: System.String
Help keyword
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.