_dispProjectItemsEvents::ItemRenamed Method (ProjectItem^, 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 ItemRenamed(
	ProjectItem^ ProjectItem,
	String^ OldName
)

Parameters

ProjectItem
Type: EnvDTE::ProjectItem^

The project item.

OldName
Type: System::String^

The old name of the item.

Return to top
Show: