IVsServiceReferenceMetadataStorageProviderEvents.OnRenamed Method

Definition

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

C++/CX
public:
 void OnRenamed(Platform::String ^ pszStorageType, Platform::String ^ pszOldSvcmapFilePath, Platform::String ^ pszNewSvcmapFilePath);

Parameters

pszStorageType
String

The ServiceReferenceType of the XML web service reference.

pszOldSvcmapFilePath
String

The previous path of the .svcmap file.

pszNewSvcmapFilePath
String

The new path of the .svcmap file.

Applies to

Product Versions
Visual Studio SDK 2015, 2017, 2019, 2022