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
'Usage
Dim instance As IVsWebServiceProviderEvents
[InterfaceTypeAttribute()]
[GuidAttribute("8170CB5A-D602-4886-A990-8260A5928133")]
public interface IVsWebServiceProviderEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"8170CB5A-D602-4886-A990-8260A5928133")]
public interface class IVsWebServiceProviderEvents
public interface IVsWebServiceProviderEvents

See Also

Reference

IVsWebServiceProviderEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace