Compartir a través de


_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: Process

     

  • Thread
    Tipo: Thread

     

Vea también

Referencia

EnvDTE80 (Espacio de nombres)