Evento _dispWebServicesEvents_Event.WebServiceAdded
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (em VsWebSite.Interop.dll)
Sintaxe
'Declaração
Event WebServiceAdded As _dispWebServicesEvents_WebServiceAddedEventHandler
event _dispWebServicesEvents_WebServiceAddedEventHandler WebServiceAdded
event _dispWebServicesEvents_WebServiceAddedEventHandler^ WebServiceAdded {
void add (_dispWebServicesEvents_WebServiceAddedEventHandler^ value);
void remove (_dispWebServicesEvents_WebServiceAddedEventHandler^ value);
}
abstract WebServiceAdded : IEvent<_dispWebServicesEvents_WebServiceAddedEventHandler,
EventArgs>
O JScript não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.