_dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler (Delegado)
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: EnvDTE80
Ensamblado: EnvDTE80 (en EnvDTE80.dll)
Sintaxis
'Declaración
<ComVisibleAttribute(False)> _
Public Delegate Sub _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler ( _
pProcess As Process, _
Thread As Thread, _
evaluationState As dbgExpressionEvaluationState _
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler(
Process pProcess,
Thread Thread,
dbgExpressionEvaluationState evaluationState
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler(
[InAttribute] Process^ pProcess,
[InAttribute] Thread^ Thread,
[InAttribute] dbgExpressionEvaluationState evaluationState
)
[<ComVisibleAttribute(false)>]
type _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler =
delegate of
pProcess:Process *
Thread:Thread *
evaluationState:dbgExpressionEvaluationState -> unit
JScript no admite delegados.
Parámetros
- pProcess
Tipo: EnvDTE.Process
- Thread
Tipo: EnvDTE.Thread
- evaluationState
Tipo: EnvDTE80.dbgExpressionEvaluationState