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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("8170CB5A-D602-4886-A990-8260A5928133")> _
Public Interface IVsWebServiceProviderEvents
[InterfaceTypeAttribute()]
[GuidAttribute("8170CB5A-D602-4886-A990-8260A5928133")]
public interface IVsWebServiceProviderEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"8170CB5A-D602-4886-A990-8260A5928133")]
public interface class IVsWebServiceProviderEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("8170CB5A-D602-4886-A990-8260A5928133")>]
type IVsWebServiceProviderEvents = interface end
public interface IVsWebServiceProviderEvents
The IVsWebServiceProviderEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnAdded | Method called when a Web service is added. | |
OnRemoved | Method called when a service is removed. |
Top