_dispDebuggerEvents_OnEnterBreakModeEventHandler デリゲート
この API は、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
マイクロソフト内部でのみ使用します。
名前空間: EnvDTE
アセンブリ: EnvDTE (EnvDTE.dll 内)
構文
'宣言
<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 では、デリゲートは使用できません。
パラメーター
- Reason
型 : EnvDTE.dbgEventReason
dbgEventReason。
- ExecutionAction
型 : EnvDTE.dbgExecutionAction%
dbgExecutionAction。