Evento ProjectItemsEventsClass.ItemRemoved
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Ocorre imediatamente depois de remover 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 _dispProjectItemsEvents_ItemRemovedEventHandler
public virtual event _dispProjectItemsEvents_ItemRemovedEventHandler ItemRemoved
public:
virtual event _dispProjectItemsEvents_ItemRemovedEventHandler^ ItemRemoved {
void add (_dispProjectItemsEvents_ItemRemovedEventHandler^ value);
void remove (_dispProjectItemsEvents_ItemRemovedEventHandler^ value);
}
abstract ItemRemoved : IEvent<_dispProjectItemsEvents_ItemRemovedEventHandler,
EventArgs>
override ItemRemoved : IEvent<_dispProjectItemsEvents_ItemRemovedEventHandler,
EventArgs>
O JScript não oferece suporte a eventos.
Implementações
_dispProjectItemsEvents_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.