_dispProjectItemsEvents_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 _dispProjectItemsEvents_ItemRemovedEventHandler _
)
void add_ItemRemoved(
_dispProjectItemsEvents_ItemRemovedEventHandler A_1
)
void add_ItemRemoved(
_dispProjectItemsEvents_ItemRemovedEventHandler^ A_1
)
abstract add_ItemRemoved :
A_1:_dispProjectItemsEvents_ItemRemovedEventHandler -> unit
function add_ItemRemoved(
A_1 : _dispProjectItemsEvents_ItemRemovedEventHandler
)
Parámetros
A_1
Tipo: EnvDTE._dispProjectItemsEvents_ItemRemovedEventHandlerControlador 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.