Evento ProjectsEventsClass.ItemRemoved
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Ocorre imediatamente depois que você remova um projeto de uma solução ou um item de projeto a partir de um projeto.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
Public Overridable Event ItemRemoved As _dispProjectsEvents_ItemRemovedEventHandler
public virtual event _dispProjectsEvents_ItemRemovedEventHandler ItemRemoved
public:
virtual event _dispProjectsEvents_ItemRemovedEventHandler^ ItemRemoved {
void add (_dispProjectsEvents_ItemRemovedEventHandler^ value);
void remove (_dispProjectsEvents_ItemRemovedEventHandler^ value);
}
abstract ItemRemoved : IEvent<_dispProjectsEvents_ItemRemovedEventHandler,
EventArgs>
override ItemRemoved : IEvent<_dispProjectsEvents_ItemRemovedEventHandler,
EventArgs>
JScript não oferece suporte a eventos.
Implementações
_dispProjectsEvents_Event.ItemRemoved
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.