IVsWCFMetadataStorageProviderEvents.OnRenamed(String, String) 方法

定义

重命名文件或文件夹时引发事件。

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)

参数

pszOldSvcmapFilePath
String

.Svcmap 文件的以前路径。

pszNewSvcmapFilePath
String

.Svcmap 文件的新路径。

适用于