_dispVCProjectEngineEvents_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:  Microsoft.VisualStudio.VCProjectEngine
Ensamblado:  Microsoft.VisualStudio.VCProjectEngine (en Microsoft.VisualStudio.VCProjectEngine.dll)

Sintaxis

'Declaración
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispVCProjectEngineEvents_ItemRemovedEventHandler ( _
    Item As Object, _
    ItemParent As Object _
)
[ComVisibleAttribute(false)]
public delegate void _dispVCProjectEngineEvents_ItemRemovedEventHandler(
    Object Item,
    Object ItemParent
)
[ComVisibleAttribute(false)]
public delegate void _dispVCProjectEngineEvents_ItemRemovedEventHandler(
    [InAttribute] Object^ Item, 
    [InAttribute] Object^ ItemParent
)
[<ComVisibleAttribute(false)>]
type _dispVCProjectEngineEvents_ItemRemovedEventHandler = 
    delegate of 
        Item:Object * 
        ItemParent:Object -> unit
JScript no admite delegados.

Parámetros

Vea también

Referencia

Microsoft.VisualStudio.VCProjectEngine (Espacio de nombres)