IVCProjectEngineEvents::ItemRenamed Method (Object^, Object^, String^)
Visual Studio 2015
Signifies that the specified item in the project was renamed.
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Parameters
- Item
-
Type:
System::Object^
Required. The item.
- ItemParent
-
Type:
System::Object^
Required. The item's parent.
- OldName
-
Type:
System::String^
Required. The previous name.
Show: