IVsWebServiceEvents Interface

Defines events called when a Web service is removed, renamed, or changed. Used as an argument to the AdviseWebServiceEvents method of the IVsWebService interface.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntax

'Declaration
<GuidAttribute("F20AB4A1-4BA3-4842-AC78-2550669F751A")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWebServiceEvents
'Usage
Dim instance As IVsWebServiceEvents
[GuidAttribute("F20AB4A1-4BA3-4842-AC78-2550669F751A")]
[InterfaceTypeAttribute()]
public interface IVsWebServiceEvents
[GuidAttribute(L"F20AB4A1-4BA3-4842-AC78-2550669F751A")]
[InterfaceTypeAttribute()]
public interface class IVsWebServiceEvents
public interface IVsWebServiceEvents

See Also

Reference

IVsWebServiceEvents Members

Microsoft.VisualStudio.Shell.Interop Namespace