_dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler Delegate
Visual Studio 2005
This delegate supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft internal use only.
Namespace: Microsoft.VisualStudio.VCProjectEngineAssembly: Microsoft.VisualStudio.VCProjectEngine (in microsoft.visualstudio.vcprojectengine.dll)
[ComVisibleAttribute(false)] public delegate void _dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler ( [InAttribute] Object Cfg, [InAttribute] int warnings, [InAttribute] int errors, [InAttribute] bool Cancelled )
/** @delegate */ /** @attribute ComVisibleAttribute(false) */ public delegate void _dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler ( /** @attribute InAttribute() */ Object Cfg, /** @attribute InAttribute() */ int warnings, /** @attribute InAttribute() */ int errors, /** @attribute InAttribute() */ boolean Cancelled )
JScript supports the use of delegates, but not the declaration of new ones.
Parameters
- Cfg
- warnings
- errors
- Cancelled