IVsWCFMetadataStorageProviderEvents.OnRenamed(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重命名文件或文件夹时引发事件。
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 文件的新路径。