Representante _dispProjectsEvents_ItemAddedEventHandler
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 _dispProjectsEvents_ItemAddedEventHandler ( _
Project As Project _
)
Dim instance As New _dispProjectsEvents_ItemAddedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispProjectsEvents_ItemAddedEventHandler(
Project Project
)
[ComVisibleAttribute(false)]
public delegate void _dispProjectsEvents_ItemAddedEventHandler(
[InAttribute] Project^ Project
)
O JScript não oferece suporte a delegados.
Parâmetros
- Project
Tipo: EnvDTE.Project