Representante _dispSolutionEvents_ProjectAddedEventHandler
Essa API oferece suporte à infra-estrutura do .NET Framework e não se destina a ser usado diretamente em seu código.
Microsoft somente uso interno.
Namespace: EnvDTE
Assembly: EnvDTE (em EnvDTE. dll)
Sintaxe
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispSolutionEvents_ProjectAddedEventHandler ( _
Project As Project _
)
Dim instance As New _dispSolutionEvents_ProjectAddedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_ProjectAddedEventHandler(
Project Project
)
[ComVisibleAttribute(false)]
public delegate void _dispSolutionEvents_ProjectAddedEventHandler(
[InAttribute] Project^ Project
)
O JScript não oferece suporte a delegados.
Parâmetros
- Project
Tipo: EnvDTE.Project