_dispWebServicesEvents_WebServiceAddedEventHandler Delegate
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This class 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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispWebServicesEvents_WebServiceAddedEventHandler ( _
WebService As WebService _
)
[ComVisibleAttribute(false)]
public delegate void _dispWebServicesEvents_WebServiceAddedEventHandler(
WebService WebService
)
[ComVisibleAttribute(false)]
public delegate void _dispWebServicesEvents_WebServiceAddedEventHandler(
[InAttribute] WebService^ WebService
)
[<ComVisibleAttribute(false)>]
type _dispWebServicesEvents_WebServiceAddedEventHandler =
delegate of
WebService:WebService -> unit
JScript does not support delegates.
Parameters
WebService
Type: VsWebSite.WebServiceThe Web service.