_dispWebServicesEvents Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Syntax
'Declaration
<GuidAttribute("B3AF808B-B55A-4DFE-A9FC-C3B4F4B37903")> _
<InterfaceTypeAttribute()> _
Public Interface _dispWebServicesEvents
[GuidAttribute("B3AF808B-B55A-4DFE-A9FC-C3B4F4B37903")]
[InterfaceTypeAttribute()]
public interface _dispWebServicesEvents
[GuidAttribute(L"B3AF808B-B55A-4DFE-A9FC-C3B4F4B37903")]
[InterfaceTypeAttribute()]
public interface class _dispWebServicesEvents
[<GuidAttribute("B3AF808B-B55A-4DFE-A9FC-C3B4F4B37903")>]
[<InterfaceTypeAttribute()>]
type _dispWebServicesEvents = interface end
public interface _dispWebServicesEvents
The _dispWebServicesEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
WebServiceAdded | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
WebServiceChanged | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
WebServiceRemoved | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
WebServiceRenamed | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top