IVsServiceReferenceMetadataStorageProviderEvents.OnRenamed Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises an event when a file or folder has been renamed.
public:
void OnRenamed(System::String ^ pszStorageType, System::String ^ pszOldSvcmapFilePath, System::String ^ pszNewSvcmapFilePath);
public:
void OnRenamed(Platform::String ^ pszStorageType, Platform::String ^ pszOldSvcmapFilePath, Platform::String ^ pszNewSvcmapFilePath);
void OnRenamed(std::wstring const & pszStorageType, std::wstring const & pszOldSvcmapFilePath, std::wstring const & pszNewSvcmapFilePath);
public void OnRenamed (string pszStorageType, string pszOldSvcmapFilePath, string pszNewSvcmapFilePath);
abstract member OnRenamed : string * string * string -> unit
Public Sub OnRenamed (pszStorageType As String, pszOldSvcmapFilePath As String, pszNewSvcmapFilePath As String)
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.