Sdílet prostřednictvím


IVsWCFMetadataStorageProviderEvents.OnRemoved(String) Method

Definition

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

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

Parameters

pszOldSvcmapFilePath
String

The previous path of the .svcmap file.

Applies to