_dispProjectItemsEvents_SinkHelper.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 ItemRemoved ( _
    A_1 As ProjectItem _
)
public virtual void ItemRemoved(
    ProjectItem A_1
)
public:
virtual void ItemRemoved(
    ProjectItem^ A_1
)
abstract ItemRemoved : 
        A_1:ProjectItem -> unit 
override ItemRemoved : 
        A_1:ProjectItem -> unit 
public function ItemRemoved(
    A_1 : ProjectItem
)

Parámetros

Implementaciones

_dispProjectItemsEvents.ItemRemoved(ProjectItem)

Seguridad de .NET Framework

Vea también

Referencia

_dispProjectItemsEvents_SinkHelper Clase

EnvDTE (Espacio de nombres)