Condividi tramite


Metodo _dispDebuggerProcessEvents.OnProcessStateChanged

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Solo per utilizzo interno di Microsoft.

Spazio dei nomi:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Sintassi

'Dichiarazione
Sub OnProcessStateChanged ( _
    NewProcess As Process, _
    processState As dbgProcessState _
)
void OnProcessStateChanged(
    Process NewProcess,
    dbgProcessState processState
)
void OnProcessStateChanged(
    [InAttribute] Process^ NewProcess, 
    [InAttribute] dbgProcessState processState
)
abstract OnProcessStateChanged : 
        NewProcess:Process * 
        processState:dbgProcessState -> unit 
function OnProcessStateChanged(
    NewProcess : Process, 
    processState : dbgProcessState
)

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

_dispDebuggerProcessEvents Interfaccia

Spazio dei nomi EnvDTE80