IVsWCFMetadataStorageEvents::OnMetadataFileRenamed Method (String^, String^)

 

Raises an event after a metadata file has been renamed.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

void OnMetadataFileRenamed(
	String^ pszFileNameOld,
	String^ pszFileNameNew
)

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.

Return to top
Show: