共用方式為


_dispDebuggerProcessEvents_OnProcessStateChangedEventHandler 委派

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

僅限 Microsoft 內部使用。

命名空間:  EnvDTE80
組件:  EnvDTE80 (在 EnvDTE80.dll 中)

語法

'宣告
<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 不支援委派。

參數

請參閱

參考

EnvDTE80 命名空間