ProjectItemsEventsClass.remove_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
Public Overridable Sub remove_ItemRemoved ( _
A_1 As _dispProjectItemsEvents_ItemRemovedEventHandler _
)
public virtual void remove_ItemRemoved(
_dispProjectItemsEvents_ItemRemovedEventHandler A_1
)
public:
virtual void remove_ItemRemoved(
_dispProjectItemsEvents_ItemRemovedEventHandler^ A_1
)
abstract remove_ItemRemoved :
A_1:_dispProjectItemsEvents_ItemRemovedEventHandler -> unit
override remove_ItemRemoved :
A_1:_dispProjectItemsEvents_ItemRemovedEventHandler -> unit
public function remove_ItemRemoved(
A_1 : _dispProjectItemsEvents_ItemRemovedEventHandler
)
Parámetros
A_1
Tipo: EnvDTE._dispProjectItemsEvents_ItemRemovedEventHandlerControlador de eventos.
Implementaciones
_dispProjectItemsEvents_Event.remove_ItemRemoved(_dispProjectItemsEvents_ItemRemovedEventHandler)
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.