Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.