_dispWebServicesEvents_SinkHelper.WebServiceChanged 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 WebServiceChanged ( _
A_1 As WebService _
)
public virtual void WebServiceChanged(
WebService A_1
)
public:
virtual void WebServiceChanged(
WebService^ A_1
)
abstract WebServiceChanged :
A_1:WebService -> unit
override WebServiceChanged :
A_1:WebService -> unit
public function WebServiceChanged(
A_1 : WebService
)
Parameters
A_1
Type: VsWebSite.WebServiceThe Web service.
Implements
_dispWebServicesEvents.WebServiceChanged(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.