Share via


IVsServiceReferenceMetadataStorageProviderEvents.OnRemoved Method

Definition

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

public:
 void OnRemoved(System::String ^ pszStorageType, System::String ^ pszOldSvcmapFilePath);
public:
 void OnRemoved(Platform::String ^ pszStorageType, Platform::String ^ pszOldSvcmapFilePath);
void OnRemoved(std::wstring const & pszStorageType, std::wstring const & pszOldSvcmapFilePath);
public void OnRemoved (string pszStorageType, string pszOldSvcmapFilePath);
abstract member OnRemoved : string * string -> unit
Public Sub OnRemoved (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