_dispBuildEvents::OnBuildProjConfigDone Method (String^, String^, String^, String^, Boolean)

 

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

Microsoft Internal Use Only.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

void OnBuildProjConfigDone(
	String^ Project,
	String^ ProjectConfig,
	String^ Platform,
	String^ SolutionConfig,
	bool Success
)

Parameters

Project
Type: System::String^

The name of the project.

ProjectConfig
Type: System::String^

The name of the project configuration.

Platform
Type: System::String^

The name of the platform.

SolutionConfig
Type: System::String^

The name of the solution configuration.

Success
Type: System::Boolean

Whether or not the task was successful.

Return to top
Show: