_dispWebServicesEvents_SinkHelper.WebServiceRenamed Method
This API supports the .NET Framework 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
'Declaration
Public Overridable Sub WebServiceRenamed ( _
A_1 As String, _
A_2 As WebService _
)
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 function WebServiceRenamed(
A_1 : String,
A_2 : WebService
)
Parameters
A_1
Type: System.StringThe Web service name.
A_2
Type: VsWebSite.WebServiceThe Web service.
Implements
_dispWebServicesEvents.WebServiceRenamed(String, WebService)
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.