Delegado _dispDebuggerProcessEvents_OnProcessStateChangedEventHandler
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 _dispDebuggerProcessEvents_OnProcessStateChangedEventHandler ( _
NewProcess As Process, _
processState As dbgProcessState _
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerProcessEvents_OnProcessStateChangedEventHandler(
Process NewProcess,
dbgProcessState processState
)
[ComVisibleAttribute(false)]
public delegate void _dispDebuggerProcessEvents_OnProcessStateChangedEventHandler(
[InAttribute] Process^ NewProcess,
[InAttribute] dbgProcessState processState
)
[<ComVisibleAttribute(false)>]
type _dispDebuggerProcessEvents_OnProcessStateChangedEventHandler =
delegate of
NewProcess:Process *
processState:dbgProcessState -> unit
JScript não oferece suporte a delegados.
Parâmetros
- NewProcess
Tipo: EnvDTE.Process
- processState
Tipo: EnvDTE80.dbgProcessState