IVCProjectEngineEvents2::ProjectBuildFinished Method (Object^, Int32, Int32, Boolean)

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

void ProjectBuildFinished(
	Object^ Cfg,
	int warnings,
	int errors,
	bool Cancelled
)

Parameters

Cfg
Type: System::Object^
warnings
Type: System::Int32
errors
Type: System::Int32
Cancelled
Type: System::Boolean
Return to top
Show: