IVsWCFMetadataStorageProviderEvents.OnMoved(String, String) 方法

定义

在文件或文件夹移动后引发事件。

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 文件的新路径。

适用于