Delegato _dispProjectsEvents_ItemRemovedEventHandler

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Sintassi

'Dichiarazione
<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 non supporta i delegati.

Parametri

Vedere anche

Riferimenti

Spazio dei nomi EnvDTE