共用方式為


IVsWCFMetadataStorageProviderEvents.OnRemoving(String) Method

Definition

Raises an event before a file or folder is removed.

public:
 void OnRemoving(System::String ^ pszOldSvcmapFilePath);
public:
 void OnRemoving(Platform::String ^ pszOldSvcmapFilePath);
void OnRemoving(std::wstring const & pszOldSvcmapFilePath);
public void OnRemoving (string pszOldSvcmapFilePath);
abstract member OnRemoving : string -> unit
Public Sub OnRemoving (pszOldSvcmapFilePath As String)

Parameters

pszOldSvcmapFilePath
String

The path of the .svcmap file.

Applies to