IVsWCFMetadataStorageProviderEvents::OnRenamed Method (String^, String^)

 

Raises an event when a file or folder has been renamed.

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

void OnRenamed(
	String^ pszOldSvcmapFilePath,
	String^ pszNewSvcmapFilePath
)

Parameters

pszOldSvcmapFilePath
Type: System::String^

The previous path of the .svcmap file.

pszNewSvcmapFilePath
Type: System::String^

The new path of the .svcmap file.

Return to top
Show: