IVsWebServiceEvents Interface
Visual Studio 2015
Defines events called when a Web service is removed, renamed, or changed. Used as an argument to the AdviseWebServiceEvents method of the IVsWebService interface.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | OnChanged(IVsWebService) | Method called when the Web service changes because of an edit. Your code should refresh references to the Web service after this event. |
![]() | OnRemoved(String) | Method called when a Web service is removed. |
![]() | OnRenamed(String, String) | Method called when a Web service is renamed. |
Show:
