Método _dispCommandEvents_Event.add_BeforeExecute
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
Sub add_BeforeExecute ( _
A_1 As _dispCommandEvents_BeforeExecuteEventHandler _
)
void add_BeforeExecute(
_dispCommandEvents_BeforeExecuteEventHandler A_1
)
void add_BeforeExecute(
_dispCommandEvents_BeforeExecuteEventHandler^ A_1
)
abstract add_BeforeExecute :
A_1:_dispCommandEvents_BeforeExecuteEventHandler -> unit
function add_BeforeExecute(
A_1 : _dispCommandEvents_BeforeExecuteEventHandler
)
Parâmetros
- A_1
Tipo: EnvDTE._dispCommandEvents_BeforeExecuteEventHandler
O manipulador de eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.