_dispWebServicesEvents_SinkHelper.WebServiceRenamed Method (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.

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

Syntax

public virtual void WebServiceRenamed(
    string A_1,
    WebService A_2
)
public:
virtual void WebServiceRenamed(
    String^ A_1,
    WebService^ A_2
)
abstract WebServiceRenamed : 
        A_1:string *
        A_2:WebService -> unit
override WebServiceRenamed : 
        A_1:string *
        A_2:WebService -> unit
Public Overridable Sub WebServiceRenamed (
    A_1 As String,
    A_2 As WebService
)

Parameters

Implements

_dispWebServicesEvents.WebServiceRenamed(String, WebService)

See Also

WebServicesEvents
_dispWebServicesEvents_SinkHelper Class
VsWebSite Namespace

Return to top