_dispDebuggerEvents_OnEnterBreakModeEventHandler (Delegado)
Actualización: noviembre 2007
Esta API es compatible con la infraestructura de .NET Framework y no está diseñada para utilizarse directamente desde el código.
Sólo para uso interno de Microsoft.
Espacio de nombres: EnvDTE
Ensamblado: EnvDTE (en EnvDTE.dll)
Sintaxis
<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
)
JScript no admite delegados.
Parámetros
Reason
Tipo: EnvDTE.dbgEventReason
ExecutionAction
Tipo: EnvDTE.dbgExecutionAction%