IVsWebServiceProviderEvents Interface

 

Defines methods called when Web services are added or removed from the Web service provider collection. Used as an argument in the AdviseWebServiceProviderEvents method of the IVsWebServiceProvider interface.

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

[InterfaceTypeAttribute(1)]
[GuidAttribute("8170CB5A-D602-4886-A990-8260A5928133")]
public interface IVsWebServiceProviderEvents

NameDescription
System_CAPS_pubmethodOnAdded(IVsWebService)

Method called when a Web service is added.

System_CAPS_pubmethodOnRemoved(String)

Method called when a service is removed.

Return to top
Show: