_dispProjectItemsEvents_ItemRemovedEventHandler (Delegado)

Actualización: noviembre 2007

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

<ComVisibleAttribute(False)> _
Public Delegate Sub _dispProjectItemsEvents_ItemRemovedEventHandler ( _
    ProjectItem As ProjectItem _
)

Dim instance As New _dispProjectItemsEvents_ItemRemovedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispProjectItemsEvents_ItemRemovedEventHandler(
    ProjectItem ProjectItem
)
[ComVisibleAttribute(false)]
public delegate void _dispProjectItemsEvents_ItemRemovedEventHandler(
    [InAttribute] ProjectItem^ ProjectItem
)
JScript no admite delegados.

Parámetros

Vea también

Referencia

EnvDTE (Espacio de nombres)