共用方式為


IVsWCFMetadataStorageProviderEvents.OnMoved(String, String) Method

Definition

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

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)

Parameters

pszOldSvcmapFilePath
String

The previous path of the .svcmap file.

pszNewSvcmapFilePath
String

The new path of the .svcmap file.

Applies to