IVsWCFMetadataStorageProviderEvents.OnMoved(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在文件或文件夹移动后引发事件。
public:
void OnMoved(System::String ^ pszOldSvcmapFilePath, System::String ^ pszNewSvcmapFilePath);
public:
void OnMoved(Platform::String ^ pszOldSvcmapFilePath, Platform::String ^ pszNewSvcmapFilePath);
void OnMoved(std::wstring const & pszOldSvcmapFilePath, std::wstring const & pszNewSvcmapFilePath);
public void OnMoved (string pszOldSvcmapFilePath, string pszNewSvcmapFilePath);
abstract member OnMoved : string * string -> unit
Public Sub OnMoved (pszOldSvcmapFilePath As String, pszNewSvcmapFilePath As String)
参数
- pszOldSvcmapFilePath
- String
.Svcmap 文件的以前路径。
- pszNewSvcmapFilePath
- String
.Svcmap 文件的新路径。