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