Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
<InterfaceTypeAttribute()> _
<GuidAttribute("8170CB5A-D602-4886-A990-8260A5928133")> _
Public Interface IVsWebServiceProviderEvents
'Uso
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
[<InterfaceTypeAttribute()>]
[<GuidAttribute("8170CB5A-D602-4886-A990-8260A5928133")>]
type IVsWebServiceProviderEvents = interface end
public interface IVsWebServiceProviderEvents