IVsWCFMetadataStorageEvents::OnMetadataFileRenamed Method (String^, String^)
Visual Studio 2015
Raises an event after a metadata file has been renamed.
Assembly: Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)
Parameters
- pszFileNameOld
-
Type:
System::String^
The original name of the metadata file.
- pszFileNameNew
-
Type:
System::String^
The new name of the metadata file.
This event is raised by the project system when files in the storage are changed externally.
Show: