IVsWebServiceProviderEvents.OnRemoved(String) Method

Definition

Method called when a service is removed.

public:
 int OnRemoved(System::String ^ pszUrl);
public:
 int OnRemoved(Platform::String ^ pszUrl);
int OnRemoved(std::wstring const & pszUrl);
public int OnRemoved (string pszUrl);
abstract member OnRemoved : string -> int
Public Function OnRemoved (pszUrl As String) As Integer

Parameters

pszUrl
String

[in] Pointer to a string containing the URL of the service removed.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to