Compartilhar via


Delegado _dispDebuggerEvents_OnEnterBreakModeEventHandler

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
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDebuggerEvents_OnEnterBreakModeEventHandler ( _
    Reason As dbgEventReason, _
    <OutAttribute> ByRef ExecutionAction As dbgExecutionAction _
)
[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
)
[<ComVisibleAttribute(false)>]
type _dispDebuggerEvents_OnEnterBreakModeEventHandler = 
    delegate of 
        Reason:dbgEventReason * 
        ExecutionAction:dbgExecutionAction byref -> unit
JScript não oferece suporte a delegados.

Parâmetros

Consulte também

Referência

Namespace EnvDTE