IVsWebServiceEvents.OnRemoved(String) Method

Definition

Method called when a Web service is removed.

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

Parameters

pszOldURL
String

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

Returns

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

Applies to