Delegado _dispSolutionEvents_ProjectRemovedEventHandler
Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.
Somente para uso interno da Microsoft.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE.dll)
Sintaxe
'Declaração
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispSolutionEvents_ProjectRemovedEventHandler ( _
Project As Project _
)
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_ProjectRemovedEventHandler(
Project Project
)
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_ProjectRemovedEventHandler(
[InAttribute] Project^ Project
)
[<ComVisibleAttribute(false)>]
type _dispSolutionEvents_ProjectRemovedEventHandler =
delegate of
Project:Project -> unit
O JScript não oferece suporte a delegados.
Parâmetros
- Project
Tipo: EnvDTE.Project
O projeto.
Comentários
O SolutionEvents objeto pode ir fora do escopo e ser lixo coletado antes que a solução é fechada. Para manter uma referência a esse objeto, declare uma variável private na classe na qual você implementar os manipuladores de eventos da solução.