_dispWebServicesEvents Interface

 

This API supports the product 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

[GuidAttribute("B3AF808B-B55A-4DFE-A9FC-C3B4F4B37903")]
[InterfaceTypeAttribute(2)]
public interface _dispWebServicesEvents
[GuidAttribute("B3AF808B-B55A-4DFE-A9FC-C3B4F4B37903")]
[InterfaceTypeAttribute(2)]
public interface class _dispWebServicesEvents
[<GuidAttribute("B3AF808B-B55A-4DFE-A9FC-C3B4F4B37903")>]
[<InterfaceTypeAttribute(2)>]
type _dispWebServicesEvents = interface end
<GuidAttribute("B3AF808B-B55A-4DFE-A9FC-C3B4F4B37903")>
<InterfaceTypeAttribute(2)>
Public Interface _dispWebServicesEvents

Methods

Name Description
System_CAPS_pubmethod WebServiceAdded(WebService)

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethod WebServiceChanged(WebService)

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethod WebServiceRemoved(WebService)

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

System_CAPS_pubmethod WebServiceRenamed(String, WebService)

This API supports the product infrastructure and is not intended to be used directly from your code. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also

WebServicesEvents
VsWebSite Namespace

Return to top