_dispWebServicesEvents_Event 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
<ComVisibleAttribute(False)> _
Public Interface _dispWebServicesEvents_Event
[ComVisibleAttribute(false)]
public interface _dispWebServicesEvents_Event
[ComVisibleAttribute(false)]
public interface class _dispWebServicesEvents_Event
[<ComVisibleAttribute(false)>]
type _dispWebServicesEvents_Event = interface end
public interface _dispWebServicesEvents_Event
The _dispWebServicesEvents_Event type exposes the following members.
Methods
Name | Description | |
---|---|---|
add_WebServiceAdded | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
add_WebServiceChanged | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
add_WebServiceRemoved | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
add_WebServiceRenamed | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
remove_WebServiceAdded | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
remove_WebServiceChanged | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
remove_WebServiceRemoved | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
remove_WebServiceRenamed | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top
Events
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 event supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
WebServiceRemoved | Infrastructure. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
WebServiceRenamed | Infrastructure. This event supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
Top