_dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler Delegate
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft internal use only.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
[ComVisibleAttribute(false)] public delegate void _dispVCProjectEngineEvents_ProjectBuildFinishedEventHandler( Object Cfg, int warnings, int errors, bool Cancelled )
Parameters
- Cfg
- Type: System.Object
Configuration
- warnings
- Type: System.Int32
Warnings flag
- errors
- Type: System.Int32
Errors flag
- Cancelled
- Type: System.Boolean
Boolean telling whether the build was cancelled