Delegato _dispSolutionEvents_ProjectRenamedEventHandler

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 _dispSolutionEvents_ProjectRenamedEventHandler ( _
    Project As Project, _
    OldName As String _
)
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_ProjectRenamedEventHandler(
    Project Project,
    string OldName
)
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_ProjectRenamedEventHandler(
    [InAttribute] Project^ Project, 
    [InAttribute] String^ OldName
)
[<ComVisibleAttribute(false)>]
type _dispSolutionEvents_ProjectRenamedEventHandler = 
    delegate of 
        Project:Project * 
        OldName:string -> unit
JScript non supporta i delegati.

Parametri

Note

SolutionEvents l'oggetto può cessare di ambito e essere sottoposto a garbage collection prima che la soluzione venga chiusa.Per mantenere un riferimento a questo oggetto, dichiarare una variabile privata nella classe in cui si distribuisce i gestori eventi della soluzione.

Vedere anche

Riferimenti

Spazio dei nomi EnvDTE