_dispDebuggerProcessEvents_OnProcessStateChangedEventHandler Delegate
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<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 does not support delegates.
Parameters
NewProcess
Type: EnvDTE.Process
processState
Type: EnvDTE80.dbgProcessState