Evento WebServicesEventsClass.WebServiceRenamed
Ocorre quando um item na coleção de um projeto site da Web de serviços da Web é renomeado.
Namespace: VsWebSite
Assembly: VsWebSite.Interop (em VsWebSite.Interop.dll)
Sintaxe
'Declaração
Public Overridable Event WebServiceRenamed As _dispWebServicesEvents_WebServiceRenamedEventHandler
public virtual event _dispWebServicesEvents_WebServiceRenamedEventHandler WebServiceRenamed
public:
virtual event _dispWebServicesEvents_WebServiceRenamedEventHandler^ WebServiceRenamed {
void add (_dispWebServicesEvents_WebServiceRenamedEventHandler^ value);
void remove (_dispWebServicesEvents_WebServiceRenamedEventHandler^ value);
}
abstract WebServiceRenamed : IEvent<_dispWebServicesEvents_WebServiceRenamedEventHandler,
EventArgs>
override WebServiceRenamed : IEvent<_dispWebServicesEvents_WebServiceRenamedEventHandler,
EventArgs>
O JScript não oferece suporte a eventos.
Implementações
_dispWebServicesEvents_Event.WebServiceRenamed
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.