Share via


_dispDebuggerEvents_OnEnterBreakModeEventHandler – delegát

Toto rozhraní API podporuje infrastrukturu rozhraní .NET Framework a není určeno pro použití přímo v kódu.

Microsoft pouze pro interní použití.

Obor názvů:  EnvDTE
Sestavení:  EnvDTE (v EnvDTE.dll)

Syntaxe

'Deklarace
<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
Jazyk JScript nepodporuje delegáty.

Parametry

Viz také

Referenční dokumentace

EnvDTE – obor názvů