Share via


IVsServiceReferenceMetadataStorageProviderEvents.OnRemoving Method

Definition

Raises an event before a file or folder is removed.

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

Parameters

pszStorageType
String

The ServiceReferenceType of the XML web service reference.

pszOldSvcmapFilePath
String

The previous path of the .svcmap file.

Applies to