Delegado _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler
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: EnvDTE80
Assembly: EnvDTE80 (em EnvDTE80.dll)
Sintaxe
'Declaração
<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 não oferece suporte a delegados.
Parâmetros
- pProcess
Tipo: EnvDTE.Process
- Thread
Tipo: EnvDTE.Thread
- evaluationState
Tipo: EnvDTE80.dbgExpressionEvaluationState