_dispProjectItemsEvents.ItemRenamed(ProjectItem, String) Method

Definition

Microsoft Internal Use Only.

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

public:
 void ItemRenamed(EnvDTE::ProjectItem ^ ProjectItem, System::String ^ OldName);
public:
 void ItemRenamed(EnvDTE::ProjectItem ^ ProjectItem, Platform::String ^ OldName);
void ItemRenamed(EnvDTE::ProjectItem const & ProjectItem, std::wstring const & OldName);
[System.Runtime.InteropServices.DispId(3)]
public void ItemRenamed (EnvDTE.ProjectItem ProjectItem, string OldName);
[<System.Runtime.InteropServices.DispId(3)>]
abstract member ItemRenamed : EnvDTE.ProjectItem * string -> unit
Public Sub ItemRenamed (ProjectItem As ProjectItem, OldName As String)

Parameters

ProjectItem
ProjectItem

The project item.

OldName
String

The old name of the item.

Attributes

Applies to