Compartir a través de


_dispProjectItemsEvents_ItemRemovedEventHandler (Delegado)

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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispProjectItemsEvents_ItemRemovedEventHandler ( _
    ProjectItem As ProjectItem _
)
[ComVisibleAttribute(false)]
public delegate void _dispProjectItemsEvents_ItemRemovedEventHandler(
    ProjectItem ProjectItem
)
[ComVisibleAttribute(false)]
public delegate void _dispProjectItemsEvents_ItemRemovedEventHandler(
    [InAttribute] ProjectItem^ ProjectItem
)
[<ComVisibleAttribute(false)>]
type _dispProjectItemsEvents_ItemRemovedEventHandler = 
    delegate of 
        ProjectItem:ProjectItem -> unit
JScript no admite delegados.

Parámetros

Vea también

Referencia

EnvDTE (Espacio de nombres)