Método ProjectItemsEventsClass.add_ItemRemoved
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
Public Overridable Sub add_ItemRemoved ( _
A_1 As _dispProjectItemsEvents_ItemRemovedEventHandler _
)
public virtual void add_ItemRemoved(
_dispProjectItemsEvents_ItemRemovedEventHandler A_1
)
public:
virtual void add_ItemRemoved(
_dispProjectItemsEvents_ItemRemovedEventHandler^ A_1
)
abstract add_ItemRemoved :
A_1:_dispProjectItemsEvents_ItemRemovedEventHandler -> unit
override add_ItemRemoved :
A_1:_dispProjectItemsEvents_ItemRemovedEventHandler -> unit
public function add_ItemRemoved(
A_1 : _dispProjectItemsEvents_ItemRemovedEventHandler
)
Parâmetros
- A_1
Tipo: EnvDTE._dispProjectItemsEvents_ItemRemovedEventHandler
O manipulador de eventos.
Implementações
_dispProjectItemsEvents_Event.add_ItemRemoved(_dispProjectItemsEvents_ItemRemovedEventHandler)
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.