IVsWebServiceEvents Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
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:
