Compartir a través de


_dispProjectsEvents_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 _dispProjectsEvents_ItemRemovedEventHandler ( _
    Project As Project _
)
[ComVisibleAttribute(false)]
public delegate void _dispProjectsEvents_ItemRemovedEventHandler(
    Project Project
)
[ComVisibleAttribute(false)]
public delegate void _dispProjectsEvents_ItemRemovedEventHandler(
    [InAttribute] Project^ Project
)
[<ComVisibleAttribute(false)>]
type _dispProjectsEvents_ItemRemovedEventHandler = 
    delegate of 
        Project:Project -> unit
JScript no admite delegados.

Parámetros

Vea también

Referencia

EnvDTE (Espacio de nombres)