Representante _dispDebuggerEvents_OnEnterBreakModeEventHandler
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 _dispDebuggerEvents_OnEnterBreakModeEventHandler ( _
Reason As dbgEventReason, _
<OutAttribute> ByRef ExecutionAction As dbgExecutionAction _
)
Dim instance As New _dispDebuggerEvents_OnEnterBreakModeEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerEvents_OnEnterBreakModeEventHandler(
dbgEventReason Reason,
out dbgExecutionAction ExecutionAction
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerEvents_OnEnterBreakModeEventHandler(
[InAttribute] dbgEventReason Reason,
[InAttribute] [OutAttribute] dbgExecutionAction% ExecutionAction
)
O JScript não oferece suporte a delegados.
Parâmetros
- Reason
Tipo: EnvDTE.dbgEventReason
- ExecutionAction
Tipo: EnvDTE.dbgExecutionAction%