Share via


Delegato _dispProjectItemsEvents_ItemAddedEventHandler

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 _dispProjectItemsEvents_ItemAddedEventHandler ( _
    ProjectItem As ProjectItem _
)
[ComVisibleAttribute(false)]
public delegate void _dispProjectItemsEvents_ItemAddedEventHandler(
    ProjectItem ProjectItem
)
[ComVisibleAttribute(false)]
public delegate void _dispProjectItemsEvents_ItemAddedEventHandler(
    [InAttribute] ProjectItem^ ProjectItem
)
[<ComVisibleAttribute(false)>]
type _dispProjectItemsEvents_ItemAddedEventHandler = 
    delegate of 
        ProjectItem:ProjectItem -> unit
JScript non supporta i delegati.

Parametri

Vedere anche

Riferimenti

Spazio dei nomi EnvDTE