IVsWebServiceProviderEvents.OnRemoved(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.