共用方式為


IVsWCFMetadataStorageProviderEvents.OnRenamed(String, String) Method

Definition

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

public:
 void OnRenamed(System::String ^ pszOldSvcmapFilePath, System::String ^ pszNewSvcmapFilePath);
public:
 void OnRenamed(Platform::String ^ pszOldSvcmapFilePath, Platform::String ^ pszNewSvcmapFilePath);
void OnRenamed(std::wstring const & pszOldSvcmapFilePath, std::wstring const & pszNewSvcmapFilePath);
public void OnRenamed (string pszOldSvcmapFilePath, string pszNewSvcmapFilePath);
abstract member OnRenamed : string * string -> unit
Public Sub OnRenamed (pszOldSvcmapFilePath As String, pszNewSvcmapFilePath As String)

Parameters

pszOldSvcmapFilePath
String

The previous path of the .svcmap file.

pszNewSvcmapFilePath
String

The new path of the .svcmap file.

Applies to