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