IVsWebServiceEvents Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodOnChanged(IVsWebService^)

Method called when the Web service changes because of an edit. Your code should refresh references to the Web service after this event.

System_CAPS_pubmethodOnRemoved(String^)

Method called when a Web service is removed.

System_CAPS_pubmethodOnRenamed(String^, String^)

Method called when a Web service is renamed.

Return to top
Show: