IVsWebServiceEvents.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 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.