_dispWebServicesEvents_Event.remove_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
Sub remove_WebServiceAdded ( _
A_1 As _dispWebServicesEvents_WebServiceAddedEventHandler _
)
void remove_WebServiceAdded(
_dispWebServicesEvents_WebServiceAddedEventHandler A_1
)
void remove_WebServiceAdded(
_dispWebServicesEvents_WebServiceAddedEventHandler^ A_1
)
abstract remove_WebServiceAdded :
A_1:_dispWebServicesEvents_WebServiceAddedEventHandler -> unit
function remove_WebServiceAdded(
A_1 : _dispWebServicesEvents_WebServiceAddedEventHandler
)
Parameters
A_1
Type: VsWebSite._dispWebServicesEvents_WebServiceAddedEventHandlerThe event handler.
.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.