_dispSolutionEvents::ProjectRenamed Method (Project^, String^)

 

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 ProjectRenamed(
	Project^ Project,
	String^ OldName
)

Parameters

Project
Type: EnvDTE::Project^

The project.

OldName
Type: System::String^

The old name of the project.

Return to top
Show: