IVsWebServiceProviderEvents 接口

定义

定义在 Web 服务提供程序集合中添加或删除 Web 服务时调用的方法。 用作接口的方法中的参数 AdviseWebServiceProviderEvents(IVsWebServiceProviderEvents, UInt32) IVsWebServiceProvider

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
属性

方法

OnAdded(IVsWebService)

添加 Web 服务时调用的方法。

OnRemoved(String)

删除服务时调用的方法。

适用于