IVsWebServiceProviderEvents Interface

Definition

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

public interface class IVsWebServiceProviderEvents
public interface class IVsWebServiceProviderEvents
__interface IVsWebServiceProviderEvents
[System.Runtime.InteropServices.Guid("8170CB5A-D602-4886-A990-8260A5928133")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebServiceProviderEvents
[<System.Runtime.InteropServices.Guid("8170CB5A-D602-4886-A990-8260A5928133")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebServiceProviderEvents = interface
Public Interface IVsWebServiceProviderEvents
Attributes

Methods

OnAdded(IVsWebService)

Method called when a Web service is added.

OnRemoved(String)

Method called when a service is removed.

Applies to