_dispWebServicesEvents_Event.remove_WebServiceRenamed Method (_dispWebServicesEvents_WebServiceRenamedEventHandler)

 

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.

Namespace:   VsWebSite
Assembly:  VsWebSite.Interop (in VsWebSite.Interop.dll)

Syntax

void remove_WebServiceRenamed(
    _dispWebServicesEvents_WebServiceRenamedEventHandler A_1
)
void remove_WebServiceRenamed(
    _dispWebServicesEvents_WebServiceRenamedEventHandler^ A_1
)
abstract remove_WebServiceRenamed : 
        A_1:_dispWebServicesEvents_WebServiceRenamedEventHandler -> unit
Sub remove_WebServiceRenamed (
    A_1 As _dispWebServicesEvents_WebServiceRenamedEventHandler
)

Parameters

See Also

WebServicesEvents
_dispWebServicesEvents_Event Interface
VsWebSite Namespace

Return to top