IVsWebServiceProviderEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |