_dispProjectsEvents_Event.add_ItemRemoved (Método)
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Sólo para uso interno de Microsoft.
Espacio de nombres: EnvDTE
Ensamblado: EnvDTE (en EnvDTE.dll)
Sintaxis
'Declaración
Sub add_ItemRemoved ( _
A_1 As _dispProjectsEvents_ItemRemovedEventHandler _
)
void add_ItemRemoved(
_dispProjectsEvents_ItemRemovedEventHandler A_1
)
void add_ItemRemoved(
_dispProjectsEvents_ItemRemovedEventHandler^ A_1
)
abstract add_ItemRemoved :
A_1:_dispProjectsEvents_ItemRemovedEventHandler -> unit
function add_ItemRemoved(
A_1 : _dispProjectsEvents_ItemRemovedEventHandler
)
Parámetros
- A_1
Tipo: EnvDTE._dispProjectsEvents_ItemRemovedEventHandler
Controlador de eventos.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.