Delegat _dispDebuggerExpressionEvaluationEvents_OnExpressionEvaluationEventHandler

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  EnvDTE80
Zestaw:  EnvDTE80 (w EnvDTE80.dll)

Składnia

'Deklaracja
<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
Język JScript nie obsługuje delegatów.

Parametry

  • pProcess
    Typ: Process

     

  • Thread
    Typ: Thread

     

Zobacz też

Informacje

Przestrzeń nazw EnvDTE80